dependabot[bot] opened a new pull request #1077:
URL: https://github.com/apache/avro/pull/1077


   Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) 
to permit the latest version.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/rubocop-hq/rubocop/releases";>rubocop's 
releases</a>.</em></p>
   <blockquote>
   <h2>RuboCop 1.9</h2>
   <h3>New features</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9396";>#9396</a>:
 Add new <code>Style/IfWithBooleanLiteralBranches</code> cop. (<a 
href="https://github.com/koic";><code>@koic</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9402";>#9402</a>:
 Add new <code>Lint/TripleQuotes</code> cop. (<a 
href="https://github.com/dvandersluis";><code>@dvandersluis</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/7827";>#7827</a>:
 Add pre-commit hook. (<a 
href="https://github.com/jdufresne";><code>@jdufresne</code></a>, <a 
href="https://github.com/adithyabsk";><code>@adithyabsk</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/7452";>#7452</a>:
 Support <code>IgnoredMethods</code> option for 
<code>Style/FormatStringToken</code>. (<a 
href="https://github.com/koic";><code>@koic</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9340";>#9340</a>:
 Added <code>info</code> Severity level to allow offenses to be listed but not 
return a non-zero error code. (<a 
href="https://github.com/dvandersluis";><code>@dvandersluis</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9353";>#9353</a>:
 Add new <code>Lint/SymbolConversion</code> cop. (<a 
href="https://github.com/dvandersluis";><code>@dvandersluis</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9363";>#9363</a>:
 Add new cop <code>Lint/OrAssignmentToConstant</code>. (<a 
href="https://github.com/uplus";><code>@uplus</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9326";>#9326</a>:
 Add new <code>Lint/NumberedParameterAssignment</code> cop. (<a 
href="https://github.com/koic";><code>@koic</code></a>)</li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9366";>#9366</a>:
 Fix an incorrect auto-correct for <code>Style/SoleNestedConditional</code> 
when using method arguments without parentheses for outer condition. (<a 
href="https://github.com/koic";><code>@koic</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9372";>#9372</a>:
 Fix an error for <code>Style/IfInsideElse</code> when nested <code>if</code> 
branch code is empty. (<a 
href="https://github.com/koic";><code>@koic</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9374";>#9374</a>:
 Fix autocorrection for <code>Layout/LineLength</code> when the first argument 
to a send node is a overly long hash pair. (<a 
href="https://github.com/dvandersluis";><code>@dvandersluis</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9387";>#9387</a>:
 Fix incorrect auto-correct for <code>Style/NilComparison</code> when using 
<code>!x.nil?</code> and <code>EnforcedStyle: comparison</code>. (<a 
href="https://github.com/koic";><code>@koic</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9411";>#9411</a>:
 Fix false negatives for <code>Style/EvalWithLocation</code> for 
<code>Kernel.eval</code> and when given improper arguments. (<a 
href="https://github.com/dvandersluis";><code>@dvandersluis</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/7766";>#7766</a>:
 Fix <code>Naming/RescuedExceptionsVariableName</code> autocorrection when the 
rescue body returns the exception variable. (<a 
href="https://github.com/asterite";><code>@asterite</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/7766";>#7766</a>:
 Fix <code>Naming/RescuedExceptionsVariableName</code> autocorrection to not 
change variables if the exception variable has been reassigned. (<a 
href="https://github.com/dvandersluis";><code>@dvandersluis</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9389";>#9389</a>:
 Fix an infinite loop error for <code>IncludeSemanticChanges: false</code> of 
<code>Style/NonNilCheck</code> with <code>EnforcedStyle: comparison</code> of 
<code>Style/NilComparison</code>. (<a 
href="https://github.com/koic";><code>@koic</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9384";>#9384</a>:
 Fix a suggestion message when not auto-correctable. (<a 
href="https://github.com/koic";><code>@koic</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9424";>#9424</a>:
 Fix an incorrect auto-correct for <code>Style/ClassMethodsDefinitions</code> 
when defining class methods with <code>class &lt;&lt; self</code> and there is 
no blank line between method definition and attribute accessor. (<a 
href="https://github.com/koic";><code>@koic</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9370";>#9370</a>:
 Fix an incorrect auto-correct for <code>Style/SoleNestedConditional</code> 
when using nested <code>unless</code> modifier multiple conditional. (<a 
href="https://github.com/koic";><code>@koic</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9406";>#9406</a>:
 Fix rubocop_todo link injection when YAML doc start sigil exists. (<a 
href="https://github.com/dduugg";><code>@dduugg</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9229";>#9229</a>:
 Fix errors being reported with <code>rubocop -V</code> with an invalid config. 
(<a href="https://github.com/dvandersluis";><code>@dvandersluis</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9425";>#9425</a>:
 Fix error in <code>Layout/ClassStructure</code> when initializer comes after 
private attribute macro. (<a 
href="https://github.com/tejasbubane";><code>@tejasbubane</code></a>)</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9415";>#9415</a>:
 Change <code>Layout/ClassStructure</code> to detect inline modifiers. (<a 
href="https://github.com/AndreiEres";><code>@AndreiEres</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9380";>#9380</a>:
 Mark <code>Style/FloatDivision</code> as unsafe. (<a 
href="https://github.com/koic";><code>@koic</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9345";>#9345</a>:
 Make <code>Style/AsciiComments</code> allow copyright notice by default. (<a 
href="https://github.com/koic";><code>@koic</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9399";>#9399</a>:
 Added <code>AllowedCops</code> configuration to 
<code>Style/DisableCopsWithinSourceCodeDirective</code>. (<a 
href="https://github.com/dvandersluis";><code>@dvandersluis</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9327";>#9327</a>:
 Change <code>Layout/EmptyLineAfterMagicComment</code> to accept top-level 
<code>shareable_constant_values</code> directive. (<a 
href="https://github.com/tejasbubane";><code>@tejasbubane</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/7902";>#7902</a>:
 Change <code>Lint/NumberConversion</code> to detect symbol form of conversion 
methods. (<a 
href="https://github.com/tejasbubane";><code>@tejasbubane</code></a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md";>rubocop's 
changelog</a>.</em></p>
   <blockquote>
   <h2>1.9.0 (2021-01-28)</h2>
   <h3>New features</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9396";>#9396</a>:
 Add new <code>Style/IfWithBooleanLiteralBranches</code> cop. ([<a 
href="https://github.com/koic";><code>@koic</code></a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9402";>#9402</a>:
 Add new <code>Lint/TripleQuotes</code> cop. ([<a 
href="https://github.com/dvandersluis";><code>@dvandersluis</code></a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/7827";>#7827</a>:
 Add pre-commit hook. ([<a 
href="https://github.com/jdufresne";><code>@jdufresne</code></a>][], [<a 
href="https://github.com/adithyabsk";><code>@adithyabsk</code></a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/7452";>#7452</a>:
 Support <code>IgnoredMethods</code> option for 
<code>Style/FormatStringToken</code>. ([<a 
href="https://github.com/koic";><code>@koic</code></a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9340";>#9340</a>:
 Added <code>info</code> Severity level to allow offenses to be listed but not 
return a non-zero error code. ([<a 
href="https://github.com/dvandersluis";><code>@dvandersluis</code></a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9353";>#9353</a>:
 Add new <code>Lint/SymbolConversion</code> cop. ([<a 
href="https://github.com/dvandersluis";><code>@dvandersluis</code></a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9363";>#9363</a>:
 Add new cop <code>Lint/OrAssignmentToConstant</code>. ([<a 
href="https://github.com/uplus";><code>@uplus</code></a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9326";>#9326</a>:
 Add new <code>Lint/NumberedParameterAssignment</code> cop. ([<a 
href="https://github.com/koic";><code>@koic</code></a>][])</li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9366";>#9366</a>:
 Fix an incorrect auto-correct for <code>Style/SoleNestedConditional</code> 
when using method arguments without parentheses for outer condition. ([<a 
href="https://github.com/koic";><code>@koic</code></a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9372";>#9372</a>:
 Fix an error for <code>Style/IfInsideElse</code> when nested <code>if</code> 
branch code is empty. ([<a 
href="https://github.com/koic";><code>@koic</code></a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9374";>#9374</a>:
 Fix autocorrection for <code>Layout/LineLength</code> when the first argument 
to a send node is a overly long hash pair. ([<a 
href="https://github.com/dvandersluis";><code>@dvandersluis</code></a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9387";>#9387</a>:
 Fix incorrect auto-correct for <code>Style/NilComparison</code> when using 
<code>!x.nil?</code> and <code>EnforcedStyle: comparison</code>. ([<a 
href="https://github.com/koic";><code>@koic</code></a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9411";>#9411</a>:
 Fix false negatives for <code>Style/EvalWithLocation</code> for 
<code>Kernel.eval</code> and when given improper arguments. ([<a 
href="https://github.com/dvandersluis";><code>@dvandersluis</code></a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/7766";>#7766</a>:
 Fix <code>Naming/RescuedExceptionsVariableName</code> autocorrection when the 
rescue body returns the exception variable. ([<a 
href="https://github.com/asterite";><code>@asterite</code></a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/7766";>#7766</a>:
 Fix <code>Naming/RescuedExceptionsVariableName</code> autocorrection to not 
change variables if the exception variable has been reassigned. ([<a 
href="https://github.com/dvandersluis";><code>@dvandersluis</code></a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9389";>#9389</a>:
 Fix an infinite loop error for <code>IncludeSemanticChanges: false</code> of 
<code>Style/NonNilCheck</code> with <code>EnforcedStyle: comparison</code> of 
<code>Style/NilComparison</code>. ([<a 
href="https://github.com/koic";><code>@koic</code></a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9384";>#9384</a>:
 Fix a suggestion message when not auto-correctable. ([<a 
href="https://github.com/koic";><code>@koic</code></a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9424";>#9424</a>:
 Fix an incorrect auto-correct for <code>Style/ClassMethodsDefinitions</code> 
when defining class methods with <code>class &lt;&lt; self</code> and there is 
no blank line between method definition and attribute accessor. ([<a 
href="https://github.com/koic";><code>@koic</code></a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9370";>#9370</a>:
 Fix an incorrect auto-correct for <code>Style/SoleNestedConditional</code> 
when using nested <code>unless</code> modifier multiple conditional. ([<a 
href="https://github.com/koic";><code>@koic</code></a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9406";>#9406</a>:
 Fix rubocop_todo link injection when YAML doc start sigil exists. ([<a 
href="https://github.com/dduugg";><code>@dduugg</code></a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9229";>#9229</a>:
 Fix errors being reported with <code>rubocop -V</code> with an invalid config. 
([<a 
href="https://github.com/dvandersluis";><code>@dvandersluis</code></a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9425";>#9425</a>:
 Fix error in <code>Layout/ClassStructure</code> when initializer comes after 
private attribute macro. ([<a 
href="https://github.com/tejasbubane";><code>@tejasbubane</code></a>][])</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9415";>#9415</a>:
 Change <code>Layout/ClassStructure</code> to detect inline modifiers. ([<a 
href="https://github.com/AndreiEres";><code>@AndreiEres</code></a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9380";>#9380</a>:
 Mark <code>Style/FloatDivision</code> as unsafe. ([<a 
href="https://github.com/koic";><code>@koic</code></a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9345";>#9345</a>:
 Make <code>Style/AsciiComments</code> allow copyright notice by default. ([<a 
href="https://github.com/koic";><code>@koic</code></a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9399";>#9399</a>:
 Added <code>AllowedCops</code> configuration to 
<code>Style/DisableCopsWithinSourceCodeDirective</code>. ([<a 
href="https://github.com/dvandersluis";><code>@dvandersluis</code></a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9327";>#9327</a>:
 Change <code>Layout/EmptyLineAfterMagicComment</code> to accept top-level 
<code>shareable_constant_values</code> directive. ([<a 
href="https://github.com/tejasbubane";><code>@tejasbubane</code></a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/7902";>#7902</a>:
 Change <code>Lint/NumberConversion</code> to detect symbol form of conversion 
methods. ([<a 
href="https://github.com/tejasbubane";><code>@tejasbubane</code></a>][])</li>
   </ul>
   <h2>1.8.1 (2021-01-11)</h2>
   <h3>Bug fixes</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9342";>#9342</a>:
 Fix an error for <code>Lint/RedundantDirGlobSort</code> when using 
<code>collection.sort</code>. ([<a 
href="https://github.com/koic";><code>@koic</code></a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9304";>#9304</a>:
 Do not register an offense for <code>Style/ExplicitBlockArgument</code> when 
the <code>yield</code> arguments are not an exact match with the block 
arguments. ([<a 
href="https://github.com/dvandersluis";><code>@dvandersluis</code></a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8281";>#8281</a>:
 Fix Style/WhileUntilModifier handling comments and assignment when correcting 
to modifier form. ([<a 
href="https://github.com/Darhazer";><code>@Darhazer</code></a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8229";>#8229</a>:
 Fix faulty calculation in UncommunicativeName. ([<a 
href="https://github.com/ohbarye";><code>@ohbarye</code></a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9350";>#9350</a>:
 Wrap in parens before replacing <code>unless</code> with <code>if</code> and 
<code>!</code>. ([<a 
href="https://github.com/magneland";><code>@magneland</code></a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/9356";>#9356</a>:
 Fix duplicate extension cop versions when using <code>rubocop -V</code>. ([<a 
href="https://github.com/koic";><code>@koic</code></a>][])</li>
   <li><a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9355";>#9355</a>:
 Fix <code>Style/SingleLineMethods</code> autocorrection to endless method when 
the original code had parens. ([<a 
href="https://github.com/dvandersluis";><code>@dvandersluis</code></a>][])</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rubocop-hq/rubocop/commit/c95412eb733c05c1345a24956aaa457a331adc69";><code>c95412e</code></a>
 Cut 1.9.0</li>
   <li><a 
href="https://github.com/rubocop-hq/rubocop/commit/bd20cc747b3c63423c95969257fd0d7d205ef49b";><code>bd20cc7</code></a>
 Update Changelog</li>
   <li><a 
href="https://github.com/rubocop-hq/rubocop/commit/160e5dfbde22fab3cdfe2a01024a949f9b842ac2";><code>160e5df</code></a>
 Fix an incorrect auto-correct for 
<code>Style/ClassMethodsDefinitions</code></li>
   <li><a 
href="https://github.com/rubocop-hq/rubocop/commit/ad85a55a46821981953321be4b1025c10c6d11a9";><code>ad85a55</code></a>
 Add new <code>InternalAffairs/RedundantLetRuboCopConfigNew</code> cop</li>
   <li><a 
href="https://github.com/rubocop-hq/rubocop/commit/e916e9a25ec76266f0b308ce2d25cea06ee2ce7e";><code>e916e9a</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9426";>#9426</a>
 from tejasbubane/fix-9425</li>
   <li><a 
href="https://github.com/rubocop-hq/rubocop/commit/39b9f82a2e9b42582d0a5be2e60a8f9d33ddfd2f";><code>39b9f82</code></a>
 [Fix <a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9425";>#9425</a>]
 Fix error in <code>Layout/ClassStructure</code> when initializer comes 
after...</li>
   <li><a 
href="https://github.com/rubocop-hq/rubocop/commit/43567283ba3e46ba0d1a63312449e9d6cde21304";><code>4356728</code></a>
 Fix false negatives for <code>Style/EvalWithLocation</code> for 
<code>Kernel.eval</code> and when g...</li>
   <li><a 
href="https://github.com/rubocop-hq/rubocop/commit/1f7d2d2a7fd3f2bc9fa8f4418eb391b9a07a940d";><code>1f7d2d2</code></a>
 [Fix <a 
href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/9415";>#9415</a>]
 Change <code>Layout/ClassStructure</code> to detect inline modifiers</li>
   <li><a 
href="https://github.com/rubocop-hq/rubocop/commit/9a06e8407cde299fe4814292d9b7ff0f83723f9e";><code>9a06e84</code></a>
 Fix <code>InternalAffairs/ExampleDescription</code> offenses.</li>
   <li><a 
href="https://github.com/rubocop-hq/rubocop/commit/c37b550a49ab7da3f2e24fe72cc996016986eec8";><code>c37b550</code></a>
 Add new <code>InternalAffairs/ExampleDescription</code> cop.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rubocop-hq/rubocop/compare/v0.0.0...v1.9.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to