Skip to content

Commit

Permalink
update checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
ryber committed Aug 27, 2024
1 parent 5df8465 commit f635736
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 @@ -34,7 +34,7 @@
<main.dir>${project.basedir}</main.dir>
<junit.version>5.11.0</junit.version>
<mockito.version>5.12.0</mockito.version>
<maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version>
<maven-checkstyle-plugin.version>3.5.0</maven-checkstyle-plugin.version>
<assertj.version>3.26.3</assertj.version>
<maven-surefire-plugin.version>3.4.0</maven-surefire-plugin.version>
</properties>
Expand Down Expand Up @@ -158,7 +158,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.36.2</version>
<version>10.18.0</version>
</dependency>
</dependencies>
<executions>
Expand Down

0 comments on commit f635736

Please sign in to comment.