Skip to content

Commit 34f26ca

Browse files
committed
Upgrade org.apache.commons:commons-compress from 1.25.0 to 1.26.0 on stable-2.440
1 parent 51b4917 commit 34f26ca

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ THE SOFTWARE.
188188
<dependency>
189189
<groupId>org.apache.commons</groupId>
190190
<artifactId>commons-compress</artifactId>
191-
<version>1.25.0</version>
191+
<version>1.26.0</version>
192192
</dependency>
193193
<dependency>
194194
<groupId>org.codehaus.groovy</groupId>

core/pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,13 @@ THE SOFTWARE.
276276
<dependency>
277277
<groupId>org.apache.commons</groupId>
278278
<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>
279286
</dependency>
280287
<dependency>
281288
<groupId>org.codehaus.groovy</groupId>

0 commit comments

Comments
 (0)