Skip to content

Commit

Permalink
Merge branch 'master' into release/3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bvarner committed Dec 22, 2019
2 parents 8f54d3d + c86b708 commit d48833c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
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 d48833c

Please sign in to comment.