Skip to content

Commit

Permalink
Upgrade checkstyle dependencies
Browse files Browse the repository at this point in the history
Closes gh-1542
  • Loading branch information
mhalbritter committed Jun 11, 2024
1 parent ca428ad commit f41b879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.12.7</version>
<version>10.17.0</version>
</dependency>
<dependency>
<groupId>io.spring.javaformat</groupId>
Expand Down

0 comments on commit f41b879

Please sign in to comment.