Skip to content

Commit 3afd62e

Browse files
committed
Upgrade pom
1 parent f9bc375 commit 3afd62e

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>org.json</groupId>
6767
<artifactId>json</artifactId>
68-
<version>20230227</version>
68+
<version>20230618</version>
6969
<scope>provided</scope>
7070
</dependency>
7171
<dependency>
@@ -79,13 +79,13 @@
7979
<dependency>
8080
<groupId>org.junit.jupiter</groupId>
8181
<artifactId>junit-jupiter</artifactId>
82-
<version>5.9.1</version>
82+
<version>5.9.3</version>
8383
<scope>test</scope>
8484
</dependency>
8585
<dependency>
8686
<groupId>com.google.guava</groupId>
8787
<artifactId>guava-testlib</artifactId>
88-
<version>31.1-jre</version>
88+
<version>32.1.1-jre</version>
8989
<scope>test</scope>
9090
</dependency>
9191
</dependencies>
@@ -95,7 +95,7 @@
9595
<plugin>
9696
<groupId>org.jacoco</groupId>
9797
<artifactId>jacoco-maven-plugin</artifactId>
98-
<version>0.8.8</version>
98+
<version>0.8.10</version>
9999
<executions>
100100
<execution>
101101
<id>default-prepare-agent</id>
@@ -115,19 +115,19 @@
115115
</plugin>
116116
<plugin>
117117
<artifactId>maven-surefire-plugin</artifactId>
118-
<version>3.0.0-M7</version>
118+
<version>3.1.2</version>
119119
<configuration>
120120
<useModulePath>false</useModulePath> <!-- tests use classpath -->
121121
</configuration>
122122
</plugin>
123123
<plugin>
124124
<artifactId>maven-failsafe-plugin</artifactId>
125-
<version>3.0.0-M7</version>
125+
<version>3.1.2</version>
126126
</plugin>
127127
<plugin>
128128
<groupId>org.apache.maven.plugins</groupId>
129129
<artifactId>maven-compiler-plugin</artifactId>
130-
<version>3.10.1</version>
130+
<version>3.11.0</version>
131131
<executions>
132132
<execution>
133133
<id>default-compile</id>
@@ -183,7 +183,7 @@
183183
<plugin>
184184
<groupId>org.apache.maven.plugins</groupId>
185185
<artifactId>maven-source-plugin</artifactId>
186-
<version>3.2.1</version>
186+
<version>3.3.0</version>
187187
<executions>
188188
<execution>
189189
<id>attach-sources</id>
@@ -196,7 +196,7 @@
196196
<plugin>
197197
<groupId>org.apache.maven.plugins</groupId>
198198
<artifactId>maven-javadoc-plugin</artifactId>
199-
<version>3.4.1</version>
199+
<version>3.5.0</version>
200200
<executions>
201201
<execution>
202202
<id>attach-javadocs</id>
@@ -209,7 +209,7 @@
209209
<plugin>
210210
<groupId>org.apache.maven.plugins</groupId>
211211
<artifactId>maven-gpg-plugin</artifactId>
212-
<version>3.0.1</version>
212+
<version>3.1.0</version>
213213
<executions>
214214
<execution>
215215
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)