Skip to content

Commit c18b239

Browse files
authored
Merge pull request #103 from egineering-llc/hotfix/2.1.1
Hotfix/2.1.1
2 parents ec90523 + 81013bd commit c18b239

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

pom.xml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.e-gineering</groupId>
1010
<artifactId>gitflow-helper-maven-plugin</artifactId>
11-
<version>2.1.0</version>
11+
<version>2.1.1</version>
1212

1313
<packaging>maven-plugin</packaging>
1414

@@ -68,6 +68,13 @@
6868
</distributionManagement>
6969

7070
<dependencies>
71+
<!-- Transitive dependencies include 3.0.10, which contains an injection CVE. -->
72+
<dependency>
73+
<groupId>org.codehaus.plexus</groupId>
74+
<artifactId>plexus-utils</artifactId>
75+
<version>3.0.24</version>
76+
</dependency>
77+
7178
<dependency>
7279
<groupId>org.apache.maven</groupId>
7380
<artifactId>maven-core</artifactId>
@@ -88,17 +95,17 @@
8895
<dependency>
8996
<groupId>org.apache.maven.scm</groupId>
9097
<artifactId>maven-scm-api</artifactId>
91-
<version>1.9.5</version>
98+
<version>1.11.1</version>
9299
</dependency>
93100
<dependency>
94101
<groupId>org.apache.maven.scm</groupId>
95102
<artifactId>maven-scm-manager-plexus</artifactId>
96-
<version>1.9.5</version>
103+
<version>1.11.1</version>
97104
</dependency>
98105
<dependency>
99106
<groupId>org.apache.maven.scm</groupId>
100107
<artifactId>maven-scm-provider-gitexe</artifactId>
101-
<version>1.9.5</version>
108+
<version>1.11.1</version>
102109
</dependency>
103110
<dependency>
104111
<groupId>org.apache.maven.plugin-tools</groupId>

0 commit comments

Comments
 (0)