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 19d6e56 commit 81d303aCopy full SHA for 81d303a
pom.xml
@@ -17,13 +17,13 @@
17
<dependency>
18
<groupId>org.apache.bcel</groupId>
19
<artifactId>bcel</artifactId>
20
- <version>6.2</version>
+ <version>6.3.1</version>
21
<scope>provided</scope>
22
</dependency>
23
24
- <groupId>javassist</groupId>
+ <groupId>org.javassist</groupId>
25
<artifactId>javassist</artifactId>
26
- <version>3.12.1.GA</version>
+ <version>3.25.0-GA</version>
27
28
29
0 commit comments