Skip to content

Commit ff14d14

Browse files
Bump com.puppycrawl.tools:checkstyle from 12.0.1 to 12.1.0 (#319)
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 12.0.1 to 12.1.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-12.1.0</h2> <p>Checkstyle 12.1.0 - <a href="https://checkstyle.org/releasenotes.html#Release_12.1.0">https://checkstyle.org/releasenotes.html#Release_12.1.0</a></p> <p>New:</p> <p><a href="https://redirect.github.com/checkstyle/checkstyle/issues/16836">#16836</a> - New check: HexLiteralCase, Hexadecimal literals should use upper case letters A-F</p> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/checkstyle/checkstyle/commit/170ce61e1930a00b28cc6c91ccce64575f79d19d"><code>170ce61</code></a> [maven-release-plugin] prepare release checkstyle-12.1.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/557458c819c8b861c5b4a6a614da2a6f79863926"><code>557458c</code></a> doc: release notes for 12.1.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/67b17c3ec85693705e0743a4d7112fa1a0017ee9"><code>67b17c3</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/17449">#17449</a>: Added examples for minLineCount property in MissingJavadocMethod</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/2743c5e30b7202d6d6864e60d43c825feb16951a"><code>2743c5e</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/17845">#17845</a>: Resolved error-prone violations</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/b53d245816ecbc5d4fffdcf75344499f9845f57f"><code>b53d245</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/17882">#17882</a>: Update AUTHOR_BLOCK_TAG of JavadocCommentsTokenTypes to new AST...</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/c345c1e2dda458f266436b60616b29c55c25a903"><code>c345c1e</code></a> minor: Bump version to 12.1.0-SNAPSHOT</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/e44fe9707620cbf47e52a201451d36e7d9c553a3"><code>e44fe97</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/16836">#16836</a>: New Check HexLiteralCase</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/c87ec0d792bcc8b9684e35b740275b2650b4d893"><code>c87ec0d</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/17299">#17299</a>: Converted IntMatchFilterElement and IntRangeFilterElement to re...</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/ec589b283826f8e5cb23712dc7832716a71d0cd3"><code>ec589b2</code></a> dependency: bump com.github.spotbugs:spotbugs-maven-plugin</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/734df5f2869a8c3f530299b6b17a4ececd05dd64"><code>734df5f</code></a> dependency: Update Google Java Format version to 1.30.0</li> <li>Additional commits viewable in <a href="https://github.com/checkstyle/checkstyle/compare/checkstyle-12.0.1...checkstyle-12.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.puppycrawl.tools:checkstyle&package-manager=maven&previous-version=12.0.1&new-version=12.1.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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9fc906e commit ff14d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
<pmd.version>7.17.0</pmd.version>
2525
<pmd.build-tools.version>35</pmd.build-tools.version>
26-
<checkstyle.version>12.0.1</checkstyle.version>
26+
<checkstyle.version>12.1.0</checkstyle.version>
2727
<checkstyle.plugin.version>3.6.0</checkstyle.plugin.version>
2828
<pmd.plugin.version>3.28.0</pmd.plugin.version>
2929
<pmd.check.version>7.17.0</pmd.check.version>

0 commit comments

Comments
 (0)