Skip to content

Commit

Permalink
merge: #12567
Browse files Browse the repository at this point in the history
12567: deps(maven): bump checkstyle from 10.9.3 to 10.10.0 r=github-actions[bot] a=dependabot[bot]

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.9.3 to 10.10.0.
<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.10.0</h2>
<p>Checkstyle 10.10.0 - <a href="https://checkstyle.org/releasenotes.html#Release_10.10.0">https://checkstyle.org/releasenotes.html#Release_10.10.0</a></p>
<p>New:</p>
<p><a href="https://redirect.github.com/checkstyle/checkstyle/issues/11939">#11939</a> - New filter: SuppressWithNearbyTextFilter to suppress checks with inline comments in any file type</p>
<!-- raw HTML omitted -->
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/checkstyle/checkstyle/commit/226ff1c57eaaca0bf6fcbf0674aece140c31119b"><code>226ff1c</code></a> [maven-release-plugin] prepare release checkstyle-10.10.0</li>
<li><a href="https://github.com/checkstyle/checkstyle/commit/ed52c0919df70e03213b88d6631d431fcf3977f9"><code>ed52c09</code></a> doc: release notes for 10.10.0</li>
<li><a href="https://github.com/checkstyle/checkstyle/commit/3b952b6133b88cfc26dcc15aba43cd86a4484372"><code>3b952b6</code></a> minor: Bump version to 10.10.0-SNAPSHOT</li>
<li><a href="https://github.com/checkstyle/checkstyle/commit/a0df847682c1ba9afde297506f5652ce4077ae1b"><code>a0df847</code></a> infra: update check-since-version as it blocked <a href="https://redirect.github.com/checkstyle/checkstyle/issues/12151">#12151</a></li>
<li><a href="https://github.com/checkstyle/checkstyle/commit/a65477c857d684f7bde6141f9102c7a27ae48698"><code>a65477c</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/11939">#11939</a>: New filter SuppressWithNearbyTextFilter</li>
<li><a href="https://github.com/checkstyle/checkstyle/commit/95a8956c1d9a5933d152b43a38a16fe608a934c8"><code>95a8956</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/11163">#11163</a>: Enforce file size on all InputAtclause</li>
<li><a href="https://github.com/checkstyle/checkstyle/commit/820dc2677136021c00413e688b26a7d7d01f06b2"><code>820dc26</code></a> minor: clean up validate_url function</li>
<li><a href="https://github.com/checkstyle/checkstyle/commit/72f182241a3b8a6d905328dfcfc9739dfffac9bd"><code>72f1822</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/11214">#11214</a>: Specified violation message in WriteTagCheck</li>
<li><a href="https://github.com/checkstyle/checkstyle/commit/1db88b8d0600f10426e76d9024fb0d9ae3c5c2b9"><code>1db88b8</code></a> infra: fix diff report action</li>
<li><a href="https://github.com/checkstyle/checkstyle/commit/cbdb31a08254a6350427d43a78b5158371420d3d"><code>cbdb31a</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/12991">#12991</a>: Improvements to diff report generation - parsing PR description...</li>
<li>Additional commits viewable in <a href="https://github.com/checkstyle/checkstyle/compare/checkstyle-10.9.3...checkstyle-10.10.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=10.9.3&new-version=10.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` 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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
zeebe-bors-camunda[bot] and dependabot[bot] committed Apr 27, 2023
2 parents a2a876a + 30bff57 commit 80da32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<version.awaitility>4.2.0</version.awaitility>
<version.bouncycastle>1.70</version.bouncycastle>
<version.camunda>7.19.0</version.camunda>
<version.checkstyle>10.9.3</version.checkstyle>
<version.checkstyle>10.10.0</version.checkstyle>
<version.commons-lang>3.12.0</version.commons-lang>
<version.commons-logging>1.2</version.commons-logging>
<version.commons-math>3.6.1</version.commons-math>
Expand Down

0 comments on commit 80da32f

Please sign in to comment.