Skip to content

Commit

Permalink
Bump maven-checkstyle-plugin to 3.2.2 and checkstyle to 9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Apr 16, 2024
1 parent 21c1d2a commit 6ca2349
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 @@ -268,7 +268,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.2</version>
<configuration>
<sourceDirectories>
<sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
Expand All @@ -278,7 +278,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.29</version>
<version>9.3</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 6ca2349

Please sign in to comment.