Skip to content

Commit 533dc85

Browse files
committed
dep updates
1 parent d0694a7 commit 533dc85

1 file changed

Lines changed: 24 additions & 3 deletions

File tree

pom.xml

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
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

@@ -54,7 +54,7 @@
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>
@@ -196,6 +196,27 @@
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>

0 commit comments

Comments
 (0)