File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525
2626 <junit .version>5.12.0</junit .version>
2727
28- <checkstyle .version>10.21.4 </checkstyle .version>
28+ <checkstyle .version>10.23.1 </checkstyle .version>
2929 <spotbugs .version>4.9.3</spotbugs .version>
30- <pmd .version>7.11 .0</pmd .version>
30+ <pmd .version>7.13 .0</pmd .version>
3131 <dependencycheck .version>10.0.4</dependencycheck .version>
3232 </properties >
3333
5454 </plugin >
5555 <plugin >
5656 <artifactId >maven-surefire-plugin</artifactId >
57- <version >3.5.2 </version >
57+ <version >3.5.3 </version >
5858 </plugin >
5959 <plugin >
6060 <artifactId >maven-jar-plugin</artifactId >
196196 </rulesets >
197197 </configuration >
198198 </plugin >
199+ <!--
200+ <plugin>
201+ <groupId>org.jacoco</groupId>
202+ <artifactId>jacoco-maven-plugin</artifactId>
203+ <version>0.8.12</version>
204+ <executions>
205+ <execution>
206+ <goals>
207+ <goal>prepare-agent</goal>
208+ </goals>
209+ </execution>
210+ <execution>
211+ <id>report</id>
212+ <phase>prepare-package</phase>
213+ <goals>
214+ <goal>report</goal>
215+ </goals>
216+ </execution>
217+ </executions>
218+ </plugin>
219+ -->
199220 <plugin >
200221 <groupId >org.apache.maven.plugins</groupId >
201222 <artifactId >maven-enforcer-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments