Skip to content

Commit 7dac503

Browse files
Update all non-major dependencies
1 parent 6340ffa commit 7dac503

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>org.javassist</groupId>
8282
<artifactId>javassist</artifactId>
83-
<version>3.29.2-GA</version>
83+
<version>3.30.0-GA</version>
8484
<scope>provided</scope>
8585
</dependency>
8686
<!-- Optional for supporting spring proxies -->
@@ -294,12 +294,12 @@
294294
<plugin>
295295
<groupId>org.apache.maven.plugins</groupId>
296296
<artifactId>maven-surefire-plugin</artifactId>
297-
<version>3.2.2</version>
297+
<version>3.2.3</version>
298298
<dependencies>
299299
<dependency>
300300
<groupId>org.apache.maven.surefire</groupId>
301301
<artifactId>surefire-junit4</artifactId>
302-
<version>3.2.2</version>
302+
<version>3.2.3</version>
303303
</dependency>
304304
</dependencies>
305305
<configuration>

0 commit comments

Comments
 (0)