Skip to content

Commit 6b55656

Browse files
RyanSkrabaiemejia
authored andcommitted
AVRO-2865: Actually bump the jar.
1 parent 07b9290 commit 6b55656

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lang/java/maven-plugin/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@
6161
<artifactId>maven-core</artifactId>
6262
<version>${maven.version}</version>
6363
</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>
6472
<dependency>
6573
<groupId>org.apache.maven.shared</groupId>
6674
<artifactId>file-management</artifactId>

0 commit comments

Comments
 (0)