Skip to content

Commit a138bd7

Browse files
committed
Update checkstyle
1 parent 1cf13bd commit a138bd7

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

pom.xml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
<properties>
1818
<java.version>25</java.version>
1919
<jacoco-maven-plugin.version>0.8.14</jacoco-maven-plugin.version>
20-
<maven-checkstyle-plugin.version>3.5.0</maven-checkstyle-plugin.version>
21-
<checkstyle.version>10.6.0</checkstyle.version>
20+
<maven-checkstyle-plugin.version>3.6.0</maven-checkstyle-plugin.version>
21+
<checkstyle.version>12.1.2</checkstyle.version>
2222
<lifecycle-mapping.version>1.0.0</lifecycle-mapping.version>
23-
<jjwt.version>0.12.6</jjwt.version>
23+
<jjwt.version>0.13.0</jjwt.version>
2424
<okhttp.version>5.3.2</okhttp.version>
2525
</properties>
2626
<organization>
@@ -91,6 +91,13 @@
9191
<groupId>org.apache.maven.plugins</groupId>
9292
<artifactId>maven-checkstyle-plugin</artifactId>
9393
<version>${maven-checkstyle-plugin.version}</version>
94+
<dependencies>
95+
<dependency>
96+
<groupId>com.puppycrawl.tools</groupId>
97+
<artifactId>checkstyle</artifactId>
98+
<version>${checkstyle.version}</version>
99+
</dependency>
100+
</dependencies>
94101
</plugin>
95102
<plugin>
96103
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)