File tree 1 file changed +11
-4
lines changed 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.e-gineering</groupId >
10
10
<artifactId >gitflow-helper-maven-plugin</artifactId >
11
- <version >2.1.0 </version >
11
+ <version >2.1.1 </version >
12
12
13
13
<packaging >maven-plugin</packaging >
14
14
68
68
</distributionManagement >
69
69
70
70
<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
+
71
78
<dependency >
72
79
<groupId >org.apache.maven</groupId >
73
80
<artifactId >maven-core</artifactId >
88
95
<dependency >
89
96
<groupId >org.apache.maven.scm</groupId >
90
97
<artifactId >maven-scm-api</artifactId >
91
- <version >1.9.5 </version >
98
+ <version >1.11.1 </version >
92
99
</dependency >
93
100
<dependency >
94
101
<groupId >org.apache.maven.scm</groupId >
95
102
<artifactId >maven-scm-manager-plexus</artifactId >
96
- <version >1.9.5 </version >
103
+ <version >1.11.1 </version >
97
104
</dependency >
98
105
<dependency >
99
106
<groupId >org.apache.maven.scm</groupId >
100
107
<artifactId >maven-scm-provider-gitexe</artifactId >
101
- <version >1.9.5 </version >
108
+ <version >1.11.1 </version >
102
109
</dependency >
103
110
<dependency >
104
111
<groupId >org.apache.maven.plugin-tools</groupId >
You can’t perform that action at this time.
0 commit comments