Skip to content

Commit

Permalink
AVRO-2865: Actually bump the jar.
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanSkraba authored and iemejia committed Jun 22, 2020
1 parent 07b9290 commit 6b55656
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lang/java/maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@
<artifactId>maven-core</artifactId>
<version>${maven.version}</version>
</dependency>
<!-- Bump this to a higher version while maven 3.3.9 still uses 3.0.22 with a -->
<!-- XML injection vulnerability. -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.24</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>file-management</artifactId>
Expand Down

0 comments on commit 6b55656

Please sign in to comment.