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 8c8c39d commit ee7c458Copy full SHA for ee7c458
1 file changed
appsec-kit-backend/pom.xml
@@ -39,7 +39,18 @@
39
<dependency>
40
<groupId>org.apache.maven</groupId>
41
<artifactId>maven-artifact</artifactId>
42
- <version>3.9.11</version>
+ <version>3.9.14</version>
43
+ <exclusions>
44
+ <exclusion>
45
+ <groupId>org.codehaus.plexus</groupId>
46
+ <artifactId>plexus-utils</artifactId>
47
+ </exclusion>
48
+ </exclusions>
49
+ </dependency>
50
+ <dependency>
51
52
53
+ <version>3.6.1</version>
54
</dependency>
55
56
<groupId>org.commonmark</groupId>
0 commit comments