Skip to content

Commit ee7c458

Browse files
authored
chore: address vulnerability reported in app-kit (#233)
1 parent 8c8c39d commit ee7c458

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

appsec-kit-backend/pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,18 @@
3939
<dependency>
4040
<groupId>org.apache.maven</groupId>
4141
<artifactId>maven-artifact</artifactId>
42-
<version>3.9.11</version>
42+
<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+
<groupId>org.codehaus.plexus</groupId>
52+
<artifactId>plexus-utils</artifactId>
53+
<version>3.6.1</version>
4354
</dependency>
4455
<dependency>
4556
<groupId>org.commonmark</groupId>

0 commit comments

Comments
 (0)