Skip to content

Commit 161d490

Browse files
Bump com.puppycrawl.tools:checkstyle from 12.1.2 to 12.2.0 (#334)
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 12.1.2 to 12.2.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.2.0</h2> <p>Checkstyle 12.2.0 - <a href="https://checkstyle.org/releasenotes.html#Release_12.2.0">https://checkstyle.org/releasenotes.html#Release_12.2.0</a></p> <p>New:</p> <p><a href="https://redirect.github.com/checkstyle/checkstyle/issues/18088">#18088</a> - Include full check name alongside ID in XML violation reports <a href="https://redirect.github.com/checkstyle/checkstyle/issues/17919">#17919</a> - Java25's import-module support</p> <p>Bug fixes:</p> <p><a href="https://redirect.github.com/checkstyle/checkstyle/issues/18074">#18074</a> - JAR for 12.1.1 is missing org.slf4j package <a href="https://redirect.github.com/checkstyle/checkstyle/issues/18171">#18171</a> - RedundantImport does not work with module imports <a href="https://redirect.github.com/checkstyle/checkstyle/issues/18132">#18132</a> - <code>PatternVariableAssignment</code> gives error when assigning to field (using <code>this.</code>) with the same name as pattern variable <a href="https://redirect.github.com/checkstyle/checkstyle/issues/18104">#18104</a> - Drop support in checks for no-longer-compilable preview feature - Pattern matching for swtich</p> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/checkstyle/checkstyle/commit/5e6ff5f95d9b3969cedd94cd1ed862ff5366bff6"><code>5e6ff5f</code></a> [maven-release-plugin] prepare release checkstyle-12.2.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/56cd358e5529ffcaac431209be1f297c2a79106d"><code>56cd358</code></a> doc: release notes for 12.2.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/ffbeec658fe7abfd683e29fb61cb6d23540ef1db"><code>ffbeec6</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/18074">#18074</a>: Update slf4j to 2.0.17 and suppress convergence check</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/83691673ca50c6b93e1486ed5461e2ecc8f253fa"><code>8369167</code></a> doc: clarify behavior of NewlineAtEndOfFileCheck regarding extra blank lines</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/4e43ff0028c22da8adb89ff1573fabff6153720b"><code>4e43ff0</code></a> dependency: bump pmd.version from 7.18.0 to 7.19.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/07108eed2f0d1f7ea5d329cc265136eff5cb7aa8"><code>07108ee</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/18026">#18026</a>: Resolve Pitest suppression for getExclusions</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/31c29dde340f0ca1960e8ffbfd459c93e55fed0e"><code>31c29dd</code></a> dependency: bump com.google.errorprone:error_prone_core</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/e38a3e7de141d27d3a06f95663ae31bae5e9f1f5"><code>e38a3e7</code></a> dependency: bump com.mebigfatguy.sb-contrib:sb-contrib</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/b9eb9039b833f5d179c168ed14602efcdbd63352"><code>b9eb903</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/18110">#18110</a>: Improve wrapping in web site for Command mentioneds in command ...</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/12f171a0e9d0f86f2fc897347aa4b0a1711f2363"><code>12f171a</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/18070">#18070</a>: resolve PMD warning during execution</li> <li>Additional commits viewable in <a href="https://github.com/checkstyle/checkstyle/compare/checkstyle-12.1.2...checkstyle-12.2.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.1.2&new-version=12.2.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 51cbdd0 commit 161d490

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.19.0</pmd.version>
2525
<pmd.build-tools.version>36</pmd.build-tools.version>
26-
<checkstyle.version>12.1.2</checkstyle.version>
26+
<checkstyle.version>12.2.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.19.0</pmd.check.version>

0 commit comments

Comments
 (0)