Skip to content

Commit

Permalink
Bump maven-checkstyle-plugin to 3.1.2 and checkstyle to 8.29
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Apr 16, 2024
1 parent 45785ab commit 21c1d2a
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.0.0</version>
<version>3.1.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.24</version>
<version>8.29</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 21c1d2a

Please sign in to comment.