We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6340ffa commit 7dac503Copy full SHA for 7dac503
pom.xml
@@ -80,7 +80,7 @@
80
<dependency>
81
<groupId>org.javassist</groupId>
82
<artifactId>javassist</artifactId>
83
- <version>3.29.2-GA</version>
+ <version>3.30.0-GA</version>
84
<scope>provided</scope>
85
</dependency>
86
<!-- Optional for supporting spring proxies -->
@@ -294,12 +294,12 @@
294
<plugin>
295
<groupId>org.apache.maven.plugins</groupId>
296
<artifactId>maven-surefire-plugin</artifactId>
297
- <version>3.2.2</version>
+ <version>3.2.3</version>
298
<dependencies>
299
300
<groupId>org.apache.maven.surefire</groupId>
301
<artifactId>surefire-junit4</artifactId>
302
303
304
</dependencies>
305
<configuration>
0 commit comments