Skip to content

Commit 846728b

Browse files
Bump checkstyle from 10.12.0 to 10.12.1 (#492)
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.12.0 to 10.12.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/checkstyle/checkstyle/releases">checkstyle's releases</a>.</em></p> <blockquote> <h2>checkstyle-10.12.1</h2> <p>Checkstyle 10.12.1 - <a href="https://checkstyle.org/releasenotes.html#Release_10.12.1">https://checkstyle.org/releasenotes.html#Release_10.12.1</a></p> <p>Bug fixes:</p> <p><a href="https://redirect.github.com/checkstyle/checkstyle/issues/13140">#13140</a> - SimplifyBooleanExpressionCheck throw NullPointerException while checking ternary operator</p> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/checkstyle/checkstyle/commit/3a4df8dfe26b99fba36b09cbf19ad994251cccff"><code>3a4df8d</code></a> [maven-release-plugin] prepare release checkstyle-10.12.1</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/f938341d38f9abe76a0bd8d1373e662723776299"><code>f938341</code></a> doc: release notes for 10.12.1</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/38fef1ecb0116e6975812088394616f31730f0c2"><code>38fef1e</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/13283">#13283</a>: Move Filters and File Filters to be a sibling of Checks in site...</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/852339d1e8cde08045a31e4beb7e281bbb246e4a"><code>852339d</code></a> minor: add link to suppression to fix linkcheck plugin execution</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/67a1ca99609a6fb0a3b6d3cf760c077cb8ce69c7"><code>67a1ca9</code></a> minor: Fix Indentation</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/2cb09d6fc2858fce332a3d0c0eed3066e2da423c"><code>2cb09d6</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/13100">#13100</a>: Create tests from WhitespaceAround xdoc examples</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/3886dd4da5b5dd4e4ef2320532e78518569f23ef"><code>3886dd4</code></a> minor: add forgotten check in table</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/6c0e3740eae5b99f0324b004d6c6e7e1e8cd61d3"><code>6c0e374</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/13288">#13288</a>: Remove redundant check name in anchor</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/6cbca88e3be95ce23bbca3ac52f1fab106f48d29"><code>6cbca88</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/13109">#13109</a>: Kill mutation for OneStatementPerLineCheck-2</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/aacd217e7cfbe78855ef35b65488680069754a80"><code>aacd217</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/13109">#13109</a>: Kill mutation for NestedIfDepthCheck</li> <li>Additional commits viewable in <a href="https://github.com/checkstyle/checkstyle/compare/checkstyle-10.12.0...checkstyle-10.12.1">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=10.12.0&new-version=10.12.1)](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 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 3808c48 commit 846728b

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
@@ -124,7 +124,7 @@
124124
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
125125

126126
<!-- Plugin dependencies -->
127-
<checkstyle.version>10.12.0</checkstyle.version>
127+
<checkstyle.version>10.12.1</checkstyle.version>
128128
<maven-surefire-junit5-tree-reporter.version>1.2.1</maven-surefire-junit5-tree-reporter.version>
129129

130130
<!-- Log verbosity -->

0 commit comments

Comments
 (0)