Skip to content

Commit

Permalink
ORC-1722: Bump checkstyle to 10.17.0
Browse files Browse the repository at this point in the history
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.16.0 to 10.17.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.17.0</h2>
<p>Checkstyle 10.17.0 - <a href="https://checkstyle.org/releasenotes.html#Release_10.17.0">https://checkstyle.org/releasenotes.html#Release_10.17.0</a></p>
<p>Breaking backward compatibility:</p>
<p><a href="https://redirect.github.com/checkstyle/checkstyle/issues/13758">#13758</a> - ImportOrder: replace Pattern[] with String[] type for properties staticGroups and groups</p>
<p>New:</p>
<p><a href="https://redirect.github.com/checkstyle/checkstyle/issues/14726">#14726</a> - new Check: ConstructorsDeclarationGrouping to check the grouping of overloaded constructors</p>
<p>Bug fixes:</p>
<p><a href="https://redirect.github.com/checkstyle/checkstyle/issues/13012">#13012</a> - Checkstyle fails with &quot;Path contains invalid character&quot; if path to config file contains non-ascii characters
<a href="https://redirect.github.com/checkstyle/checkstyle/issues/13167">#13167</a> - Null pointer Exception in UnusedLocalVariableCheck
<a href="https://redirect.github.com/checkstyle/checkstyle/issues/14506">#14506</a> - False positive for UnusedLocalVariable
<a href="https://redirect.github.com/checkstyle/checkstyle/issues/14825">#14825</a> - WhitespaceAround reports a violation when switch expression is passed as a method argument
<a href="https://redirect.github.com/checkstyle/checkstyle/issues/13086">#13086</a> - InnerAssignmentCheck failed for one line code in Java 14 switch expression</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/checkstyle/checkstyle/commit/b2703848dbdbeeecb53bfaa702d5cfe84261db87"><code>b270384</code></a> [maven-release-plugin] prepare release checkstyle-10.17.0</li>
<li><a href="https://github.com/checkstyle/checkstyle/commit/da11a8df0c11e4bcc8f3a29dce449c7c69fe1eb4"><code>da11a8d</code></a> doc: release notes for 10.17.0</li>
<li><a href="https://github.com/checkstyle/checkstyle/commit/15e0c7e82d090e93ad3deaddb4fea22e6a1dd866"><code>15e0c7e</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/14877">#14877</a>: drop java 14 build</li>
<li><a href="https://github.com/checkstyle/checkstyle/commit/8a4b40600c1c772a591744875af9e9d09c7b884d"><code>8a4b406</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/13012">#13012</a>: fix loading with non-ascii symbols in path</li>
<li><a href="https://github.com/checkstyle/checkstyle/commit/96eeed50f00d9c1facecc8e1f20d0113456b7469"><code>96eeed5</code></a> Pull <a href="https://redirect.github.com/checkstyle/checkstyle/issues/14662">#14662</a>: shallowClone in checkstyle-tester with SHA checkout</li>
<li><a href="https://github.com/checkstyle/checkstyle/commit/c15242f7fd5ddcae56e868bec3e8431693716e01"><code>c15242f</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/13167">#13167</a>: Fix NPE in UnusedLocalVariable check</li>
<li><a href="https://github.com/checkstyle/checkstyle/commit/8605dd8f98514addafaa379eb376f3355957cebd"><code>8605dd8</code></a> dependency: bump org.gaul:modernizer-maven-plugin from 2.7.0 to 2.9.0</li>
<li><a href="https://github.com/checkstyle/checkstyle/commit/c5a873b11bd1797971f30dae955be3fa8dd460eb"><code>c5a873b</code></a> ---</li>
<li><a href="https://github.com/checkstyle/checkstyle/commit/9d9aad443b7aca54789dcf7917fb3c919f15f098"><code>9d9aad4</code></a> ---</li>
<li><a href="https://github.com/checkstyle/checkstyle/commit/b8615479028fb40523376d6093db01df9db6876a"><code>b861547</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/14726">#14726</a>: new check: ConstructorsDeclarationGroupingCheck</li>
<li>Additional commits viewable in <a href="https://github.com/checkstyle/checkstyle/compare/checkstyle-10.16.0...checkstyle-10.17.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.13, > 10.12.0] |
</details>

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.puppycrawl.tools:checkstyle&package-manager=maven&previous-version=10.16.0&new-version=10.17.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>

Closes #1942 from dependabot[bot]/dependabot/maven/java/com.puppycrawl.tools-checkstyle-10.17.0.

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Shaoyun Chen <[email protected]>
  • Loading branch information
dependabot[bot] authored and cxzl25 committed May 28, 2024
1 parent ad67ac8 commit b73f901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<properties>
<bouncycastle.version>1.78.1</bouncycastle.version>
<brotli4j.version>1.16.0</brotli4j.version>
<checkstyle.version>10.16.0</checkstyle.version>
<checkstyle.version>10.17.0</checkstyle.version>
<example.dir>${project.basedir}/../../examples</example.dir>
<hadoop.version>3.4.0</hadoop.version>
<java.version>17</java.version>
Expand Down

0 comments on commit b73f901

Please sign in to comment.