We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b9290 commit 6b55656Copy full SHA for 6b55656
lang/java/maven-plugin/pom.xml
@@ -61,6 +61,14 @@
61
<artifactId>maven-core</artifactId>
62
<version>${maven.version}</version>
63
</dependency>
64
+ <!-- Bump this to a higher version while maven 3.3.9 still uses 3.0.22 with a -->
65
+ <!-- XML injection vulnerability. -->
66
+ <dependency>
67
+ <groupId>org.codehaus.plexus</groupId>
68
+ <artifactId>plexus-utils</artifactId>
69
+ <version>3.0.24</version>
70
+ <scope>provided</scope>
71
+ </dependency>
72
<dependency>
73
<groupId>org.apache.maven.shared</groupId>
74
<artifactId>file-management</artifactId>
0 commit comments