Skip to content

Commit

Permalink
Merge pull request #687 from royllo/dependabot/maven/development/org.…
Browse files Browse the repository at this point in the history
…apache.maven.plugins-maven-checkstyle-plugin-3.5.0

Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.4.0 to 3.5.0
  • Loading branch information
straumat authored Sep 8, 2024
2 parents e4b0677 + 2416fd8 commit 00eccbb
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 @@ -110,7 +110,7 @@

<!-- ======================================================================================================= -->
<!-- Maven plugins -->
<maven.checkstyle.plugin.version>3.4.0</maven.checkstyle.plugin.version>
<maven.checkstyle.plugin.version>3.5.0</maven.checkstyle.plugin.version>
<maven.graphqlcodegen.plugin.version>1.61.5</maven.graphqlcodegen.plugin.version>
<maven.puppycrawl.checkstyle.version>10.17.0</maven.puppycrawl.checkstyle.version>
<maven.compiler.plugin.version>3.13.0</maven.compiler.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion util/test/common-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
Expand Down

0 comments on commit 00eccbb

Please sign in to comment.