Skip to content

Commit 07faaa2

Browse files
committed
Update plugins and dependencies
1 parent be62172 commit 07faaa2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<plugin>
3333
<groupId>org.apache.maven.plugins</groupId>
3434
<artifactId>maven-javadoc-plugin</artifactId>
35-
<version>2.9.1</version>
35+
<version>3.6.3</version>
3636
<executions>
3737
<execution>
3838
<id>attach-javadocs</id>
@@ -58,7 +58,7 @@
5858
<plugin>
5959
<groupId>org.jacoco</groupId>
6060
<artifactId>jacoco-maven-plugin</artifactId>
61-
<version>0.8.12</version>
61+
<version>0.8.13</version>
6262
<executions>
6363
<execution>
6464
<id>prepare-agent</id>
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>org.json</groupId>
9595
<artifactId>json</artifactId>
96-
<version>20240303</version>
96+
<version>20250517</version>
9797
</dependency>
9898
<dependency>
9999
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)