We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be62172 commit 07faaa2Copy full SHA for 07faaa2
1 file changed
pom.xml
@@ -32,7 +32,7 @@
32
<plugin>
33
<groupId>org.apache.maven.plugins</groupId>
34
<artifactId>maven-javadoc-plugin</artifactId>
35
- <version>2.9.1</version>
+ <version>3.6.3</version>
36
<executions>
37
<execution>
38
<id>attach-javadocs</id>
@@ -58,7 +58,7 @@
58
59
<groupId>org.jacoco</groupId>
60
<artifactId>jacoco-maven-plugin</artifactId>
61
- <version>0.8.12</version>
+ <version>0.8.13</version>
62
63
64
<id>prepare-agent</id>
@@ -93,7 +93,7 @@
93
<dependency>
94
<groupId>org.json</groupId>
95
<artifactId>json</artifactId>
96
- <version>20240303</version>
+ <version>20250517</version>
97
</dependency>
98
99
<groupId>org.junit.jupiter</groupId>
0 commit comments