Skip to content

Commit

Permalink
ORC-1262: Bump maven-checkstyle-plugin to 3.2.0
Browse files Browse the repository at this point in the history
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.1.2 to 3.2.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/maven-checkstyle-plugin/commit/1aaf7cb4198f3076c01309065b1d7e92213e6e1b"><code>1aaf7cb</code></a> [maven-release-plugin] prepare release maven-checkstyle-plugin-3.2.0</li>
<li><a href="https://github.com/apache/maven-checkstyle-plugin/commit/627fa4f684866a579f2c105fcc1dbf3ed776daa8"><code>627fa4f</code></a> [MCHECKSTYLE-417] Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl t...</li>
<li><a href="https://github.com/apache/maven-checkstyle-plugin/commit/cbf3751a152d542715cf2b2219ab1de0850b2730"><code>cbf3751</code></a> [MCHECKSTYLE-418] Deprecate RSS feature and disable by default</li>
<li><a href="https://github.com/apache/maven-checkstyle-plugin/commit/549bf3d58a1608dedb0054fd9418efc3fcfffc33"><code>549bf3d</code></a> [MCHECKSTYLE-419] Upgrade Parent to 37 and cleanup</li>
<li><a href="https://github.com/apache/maven-checkstyle-plugin/commit/171827b256a62e83e662d5e691b5f31e2b41dd00"><code>171827b</code></a> Bump animal-sniffer-maven-plugin from 1.21 to 1.22</li>
<li><a href="https://github.com/apache/maven-checkstyle-plugin/commit/a58c6379db1b86af342af5a179403e1bcc333a6b"><code>a58c637</code></a> Bump extra-enforcer-rules from 1.5.1 to 1.6.1</li>
<li><a href="https://github.com/apache/maven-checkstyle-plugin/commit/c2587c40a86cd4904aeb7dee200806c9072534b6"><code>c2587c4</code></a> Bump maven-enforcer-plugin from 3.0.0 to 3.1.0</li>
<li><a href="https://github.com/apache/maven-checkstyle-plugin/commit/d67f2ff11c97252d2058620c7acdab5d1f2c4ce6"><code>d67f2ff</code></a> [MCHECKSTYLE-414] - documentation: property expansion example does not parse</li>
<li><a href="https://github.com/apache/maven-checkstyle-plugin/commit/d88c2612e1c7530036e1c8f0a91c8898b94ba40b"><code>d88c261</code></a> Bump plexus-utils from 3.4.1 to 3.4.2</li>
<li><a href="https://github.com/apache/maven-checkstyle-plugin/commit/4484b3bea5dab10d008e0892b81bfbaf87d61dbe"><code>4484b3b</code></a> Bump maven-reporting-impl from 3.0.0 to 3.1.0</li>
<li>Additional commits viewable in <a href="https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.2...maven-checkstyle-plugin-3.2.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-checkstyle-plugin&package-manager=maven&previous-version=3.1.2&new-version=3.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 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 #1232 from dependabot[bot]/dependabot/maven/java/org.apache.maven.plugins-maven-checkstyle-plugin-3.2.0.

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Dongjoon Hyun <[email protected]>
  • Loading branch information
dependabot[bot] authored and dongjoon-hyun committed Aug 25, 2022
1 parent 7222085 commit 84bb3d5
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 @@ -367,7 +367,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.0</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
Expand Down

0 comments on commit 84bb3d5

Please sign in to comment.