Skip to content

Commit

Permalink
Bump maven-core to 3.9.6 and drop needless plexus-utils (#2723)
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Feb 12, 2024
1 parent aa20739 commit 58cad69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions lang/java/maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,6 @@
</exclusion>
</exclusions>
</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.5.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>file-management</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion lang/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<jetty.version>9.4.53.v20231009</jetty.version>
<jopt-simple.version>5.0.4</jopt-simple.version>
<junit5.version>5.10.2</junit5.version>
<maven-core.version>3.3.9</maven-core.version>
<maven-core.version>3.9.6</maven-core.version>
<mockito.version>5.10.0</mockito.version>
<netty.version>4.1.106.Final</netty.version>
<protobuf.version>3.25.2</protobuf.version>
Expand Down

0 comments on commit 58cad69

Please sign in to comment.