Skip to content

Commit

Permalink
Merge 81013bd into ec90523
Browse files Browse the repository at this point in the history
  • Loading branch information
bvarner committed Oct 18, 2018
2 parents ec90523 + 81013bd commit c5f06c8
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions pom.xml
Expand Up @@ -8,7 +8,7 @@

<groupId>com.e-gineering</groupId>
<artifactId>gitflow-helper-maven-plugin</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>

<packaging>maven-plugin</packaging>

Expand Down 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 c5f06c8

Please sign in to comment.