Skip to content

Commit

Permalink
Merge post 3.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bvarner committed Dec 23, 2019
2 parents 8b39c77 + e979095 commit ca8de85
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -68,6 +68,13 @@
</distributionManagement>

<dependencies>
<!-- Transitive dependencies include 3.0.10, which contains an injection CVE. -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.24</version>
</dependency>

<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
Expand Down

0 comments on commit ca8de85

Please sign in to comment.