File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments