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

   Bumps 
[com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) 
from 10.18.1 to 10.20.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/checkstyle/checkstyle/releases";>com.puppycrawl.tools:checkstyle's
 releases</a>.</em></p>
   <blockquote>
   <h2>checkstyle-10.20.0</h2>
   <p>Checkstyle 10.20.0 - <a 
href="https://checkstyle.org/releasenotes.html#Release_10.20.0";>https://checkstyle.org/releasenotes.html#Release_10.20.0</a></p>
   <p>Breaking backward compatibility:</p>
   <p><a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/15687";>#15687</a>
 - JavadocMethodCheck: removed unnecessary tokens from acceptable</p>
   <p>New:</p>
   <p><a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/14424";>#14424</a>
 - HideUtilityClassConstructor - Add option to skip validation based on list of 
annotations</p>
   <p>Bug fixes:</p>
   <p><a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/15831";>#15831</a>
 - google_checks.xml not allowing eol left curly for switch statement with 
lambda-like construct</p>
   <!-- raw HTML omitted -->
   <h2>checkstyle-10.19.0</h2>
   <p>Checkstyle 10.19.0 - <a 
href="https://checkstyle.org/releasenotes.html#Release_10.19.0";>https://checkstyle.org/releasenotes.html#Release_10.19.0</a></p>
   <p>New:</p>
   <p><a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/9540";>#9540</a> 
- WhitespaceAround: new property allowEmptySwitchBlockStatements
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/15263";>#15263</a>
 - UnnecessaryParenthesesCheck does not flag unnecessary parentheses in 
conditional expression</p>
   <p>Bug fixes:</p>
   <p><a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/15664";>#15664</a>
 - false-negative in google_checks.xml for not being able to detect requirement 
of K <code>&amp;</code> R style for FINALLY
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/15769";>#15769</a>
 - google_checks.xml: remove xpath suppression and false-positive indentation 
violations for block codes
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/15685";>#15685</a>
 - JavadocParagraph does not work when paragraphs have their corresponding 
closing tag
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/15324";>#15324</a>
 - Enforce preceding line break for opening braces of a case/default under 
switch in google_checks.xml
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/15733";>#15733</a>
 - JavadocParagraph: report violation with column
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/15503";>#15503</a>
 - JavadocParagraph: violate preceding P tag before block-level HTML tags
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/15716";>#15716</a>
 - google_checks.xml: JavadocParagraph should have allowNewlineParagraph as 
false</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/41e15b3bd8872652f72087c4693fea69277fb99d";><code>41e15b3</code></a>
 [maven-release-plugin] prepare release checkstyle-10.20.0</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/719ae4020c1bc25f516382b981383094b9058e8c";><code>719ae40</code></a>
 doc: release notes for 10.20.0</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/4c67922b668cb6a6a2742fa84e039285767369c6";><code>4c67922</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/15831";>#15831</a>:
 enabled allowEmptySwitchBlockStatements property of WhitespaceA...</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/67b98ab96e15fba231ca494c7ce3752cce0a9654";><code>67b98ab</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/14814";>#14814</a>:
 refactor checkline into iterative method</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/9db390971544dfd085387677575fcaad5393e77c";><code>9db3909</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/14814";>#14814</a>:
 refactor findmatch into iteration method</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/853e2ba4c8f6557e84d8e881a7adc854492e73be";><code>853e2ba</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/13345";>#13345</a>:
 Enable examples tests for ExplicitInitializationCheck</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/8e8df5866b352a34f128983f72d2ccf7539ad8f2";><code>8e8df58</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/13345";>#13345</a>:
 Enable examples tests for CovariantEqualsCheck</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/ca693c7f33378f483f1740da31634ffac8de6971";><code>ca693c7</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/15829";>#15829</a>:
 Added test class for ConstructorsDeclarationGrouping</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/c256c10eea2e4f39c3206ab1f2a6bb31c1941f19";><code>c256c10</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/6207";>#6207</a>: 
Added XPath regression test for ClassTypeParameterName</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/42cf0adfa2eae0206e3cba20553366077d4794c5";><code>42cf0ad</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/15456";>#15456</a>:
 Specify violation messages for ArrayTrailingComma</li>
   <li>Additional commits viewable in <a 
href="https://github.com/checkstyle/checkstyle/compare/checkstyle-10.18.1...checkstyle-10.20.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   <details>
   <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary>
   
   | Dependency Name | Ignore Conditions |
   | --- | --- |
   | com.puppycrawl.tools:checkstyle | [>= 10.12.a, < 10.13] |
   </details>
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.puppycrawl.tools:checkstyle&package-manager=maven&previous-version=10.18.1&new-version=10.20.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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.

To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to