Skip to content

Commit

Permalink
chore(deps): update dependency org.apache.maven.plugins:maven-checkst…
Browse files Browse the repository at this point in the history
…yle-plugin to v3.3.1 (#2285)
  • Loading branch information
renovate-bot authored Oct 25, 2023
1 parent bd6bbb0 commit 6d36e01
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 @@ -56,7 +56,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<nexus-staging-plugin.version>1.6.13</nexus-staging-plugin.version>
<maven-checkstyle-plugin.version>3.3.0</maven-checkstyle-plugin.version>
<maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version>
<checkstyle-rules.version>9.3</checkstyle-rules.version>
<asciidoctor-maven-plugin.version>2.0.0</asciidoctor-maven-plugin.version>
<errorprone.version>2.23.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 @@ -21,7 +21,7 @@
<main.basedir>${basedir}/..</main.basedir>

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

<!-- App engine plugin version, used to deploy sample apps -->
Expand Down

0 comments on commit 6d36e01

Please sign in to comment.