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 7f8c8d6 commit 24907f4Copy full SHA for 24907f4
.gitignore
@@ -8,6 +8,7 @@
8
*.iml
9
*.audit
10
*.yml
11
+*.yaml
12
.settings
13
target
14
.classpath
audit4j.conf.yaml
pom.xml
@@ -91,10 +91,12 @@
91
<artifactId>reactor-core</artifactId>
92
<version>1.1.6.RELEASE</version>
93
</dependency>
94
+
95
+ <!-- Do not change below dependency version unless testing properly -->
96
<dependency>
- <groupId>org.javassist</groupId>
97
+ <groupId>javassist</groupId>
98
<artifactId>javassist</artifactId>
- <version>3.20.0-GA</version>
99
+ <version>3.12.1.GA</version>
100
101
102
<groupId>javax.enterprise</groupId>
0 commit comments