Skip to content

Commit

Permalink
deps: bump com.puppycrawl.tools:checkstyle from 9.3 to 10.0
Browse files Browse the repository at this point in the history
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 9.3 to 10.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-9.3...checkstyle-10.0)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 19, 2024
1 parent 7a93efc commit 6fd54fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<maven.compiler.target>17</maven.compiler.target>
<nexus-staging-plugin.version>1.7.0</nexus-staging-plugin.version>
<maven-checkstyle-plugin.version>3.5.0</maven-checkstyle-plugin.version>
<checkstyle-rules.version>9.3</checkstyle-rules.version>
<checkstyle-rules.version>10.0</checkstyle-rules.version>
<asciidoctor-maven-plugin.version>2.0.0</asciidoctor-maven-plugin.version>
<native-maven-plugin.version>0.10.2</native-maven-plugin.version>
<errorprone.version>2.30.0</errorprone.version>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-gcp-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<!-- Checkstyle versions. Keep in sync with ../pom.xml -->
<maven-checkstyle-plugin.version>3.5.0</maven-checkstyle-plugin.version>
<checkstyle-rules.version>9.3</checkstyle-rules.version>
<checkstyle-rules.version>10.0</checkstyle-rules.version>

<!-- App engine plugin version, used to deploy sample apps -->
<app-engine-maven-plugin.version>2.8.1</app-engine-maven-plugin.version>
Expand Down

0 comments on commit 6fd54fa

Please sign in to comment.