Skip to content

Commit

Permalink
Merge pull request #102 from egineering-llc/bugfix/101
Browse files Browse the repository at this point in the history
Bugfix/101
  • Loading branch information
bvarner committed Oct 18, 2018
2 parents 72a6672 + d813ca3 commit 81013bd
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 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 All @@ -88,17 +95,17 @@
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-api</artifactId>
<version>1.9.5</version>
<version>1.11.1</version>
</dependency>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-manager-plexus</artifactId>
<version>1.9.5</version>
<version>1.11.1</version>
</dependency>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>1.9.5</version>
<version>1.11.1</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
Expand Down

0 comments on commit 81013bd

Please sign in to comment.