File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ THE SOFTWARE.
188
188
<dependency >
189
189
<groupId >org.apache.commons</groupId >
190
190
<artifactId >commons-compress</artifactId >
191
- <version >1.25 .0</version >
191
+ <version >1.26 .0</version >
192
192
</dependency >
193
193
<dependency >
194
194
<groupId >org.codehaus.groovy</groupId >
Original file line number Diff line number Diff line change @@ -276,6 +276,13 @@ THE SOFTWARE.
276
276
<dependency >
277
277
<groupId >org.apache.commons</groupId >
278
278
<artifactId >commons-compress</artifactId >
279
+ <exclusions >
280
+ <!-- Only needed for Pack200UnpackerAdapter, which we do not use -->
281
+ <exclusion >
282
+ <groupId >org.apache.commons</groupId >
283
+ <artifactId >commons-lang3</artifactId >
284
+ </exclusion >
285
+ </exclusions >
279
286
</dependency >
280
287
<dependency >
281
288
<groupId >org.codehaus.groovy</groupId >
You can’t perform that action at this time.
0 commit comments