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

   Bumps 
[com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) 
from 13.3.0 to 13.10.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-13.10.0</h2>
   <p>Checkstyle 13.10.0 - <a 
href="https://checkstyle.org/releasenotes.html#Release_13.10.0";>https://checkstyle.org/releasenotes.html#Release_13.10.0</a></p>
   <p>Breaking backward compatibility:</p>
   <p><a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/5744";>#5744</a> 
- JavadocVariable MissingJavadocMethod MissingJavadocType: Expand Javadoc 
violation messages to include named context.</p>
   <p>New:</p>
   <p><a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/21071";>#21071</a>
 - WriteTag: new messages when violation is on method.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/19991";>#19991</a>
 - NonEmptyAtclauseDescription should to validate since tags.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/17841";>#17841</a>
 - New Check: GoogleMethodName to fix false-negative on method names with 
underscores.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/21079";>#21079</a>
 - New Check: IllegalBlockTag.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20987";>#20987</a>
 - New check: JavadocRegexp.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/18064";>#18064</a>
 - New check: ArrayBracketWhitespace.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/18420";>#18420</a>
 - New Check: GoogleMethodNameCheck to enforce Google Java Style Guide method 
naming.</p>
   <p>Bug fixes:</p>
   <p><a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20995";>#20995</a>
 - Add MultilineCommentLeadingAsteriskPresence check to google_checks.xml.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/3469";>#3469</a> 
- JavadocMethod: check for duplicate parameter block tags.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20972";>#20972</a>
 - Javadoc parse error on HTML comment with a line ending in a hyphen.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/19931";>#19931</a>
 - Documentation Comments Style Guide - Contents of package.html source file.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/18842";>#18842</a>
 - google_checks.xml incorrectly marks return inlined tag as violation from 
SummaryJavadoc.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/19925";>#19925</a>
 - Documentation Comments Style Guide - Custom Tags and Annotations.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/19919";>#19919</a>
 - Documentation Comments Style Guide - <code>@</code>param.
   <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/19808";>#19808</a>
 - Add checks for Documentation Comments Style Guide - Notes.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/a9eec044ee8f72cc19260c18c6de294493981228";><code>a9eec04</code></a>
 [maven-release-plugin] prepare release checkstyle-13.10.0</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/1b9b260b361196d3cb5ab87620d32dd18ae5d6a3";><code>1b9b260</code></a>
 doc: release notes for 13.10.0</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/dfa2dc855f93465a10daa9439aff84c382ad44a1";><code>dfa2dc8</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20514";>#20514</a>:
 Code changes for enabling toc in website</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/1d9666fba1e135f0784175f7d3a90b38b17c6960";><code>1d9666f</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20514";>#20514</a>:
 Added xml and xml template toc changes</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/b7091072f2bed8a014ab8af839881195f1b175f7";><code>b709107</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/17841";>#17841</a>:
 Add GoogleMethodName to google_checks</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/ec377193b849b866ac780901c4cc3078e2b25d39";><code>ec37719</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/21119";>#21119</a>:
 Fix duplicate violation behavior in examples: methodname</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/13f477f9213fbec60bc77973d3f07cbbe7c5b8ab";><code>13f477f</code></a>
 minor: Update expected size in XmlMetaReaderTest</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/2c40ae65a7eb3b4b5e7cfca79dee19445e593ab8";><code>2c40ae6</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/20995";>#20995</a>:
 Add MultilineCommentLeadingAsteriskPresence to google_checks</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/913f6cf106eb1f120fc2979b7e110d32cb0cdfd8";><code>913f6cf</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/21119";>#21119</a>:
 Fix duplicate violation behavior in examples: typename</li>
   <li><a 
href="https://github.com/checkstyle/checkstyle/commit/91a7bf2f3ad609bb447a85467c288e34e270558c";><code>91a7bf2</code></a>
 Issue <a 
href="https://redirect.github.com/checkstyle/checkstyle/issues/21079";>#21079</a>:
 New Check IllegalBlockTag</li>
   <li>Additional commits viewable in <a 
href="https://github.com/checkstyle/checkstyle/compare/checkstyle-13.3.0...checkstyle-13.10.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=13.3.0&new-version=13.10.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 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: [email protected]

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

Reply via email to