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.
2 parents 8f54d3d + c86b708 commit d48833cCopy full SHA for d48833c
pom.xml
@@ -68,6 +68,13 @@
68
</distributionManagement>
69
70
<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
+
78
<dependency>
79
<groupId>org.apache.maven</groupId>
80
<artifactId>maven-core</artifactId>
0 commit comments