Skip to content

Commit ca8de85

Browse files
committed
Merge post 3.0.0 release.
2 parents 8b39c77 + e979095 commit ca8de85

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@
6868
</distributionManagement>
6969

7070
<dependencies>
71+
<!-- Transitive dependencies include 3.0.10, which contains an injection CVE. -->
72+
<dependency>
73+
<groupId>org.codehaus.plexus</groupId>
74+
<artifactId>plexus-utils</artifactId>
75+
<version>3.0.24</version>
76+
</dependency>
77+
7178
<dependency>
7279
<groupId>org.apache.maven</groupId>
7380
<artifactId>maven-core</artifactId>

0 commit comments

Comments
 (0)