Skip to content

Commit a7b4ad9

Browse files
authored
Upgrade commons-compress for CVE-2025-48924 (#1662)
1 parent 044c33c commit a7b4ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ subprojects {
5353
api 'com.fasterxml.jackson.core:jackson-core:2.19.1'
5454
api 'com.fasterxml.jackson.core:jackson-databind:2.19.1'
5555
api 'org.bouncycastle:bcprov-jdk18on:1.81'
56-
api 'org.apache.commons:commons-compress:1.27.1'
56+
api 'org.apache.commons:commons-compress:1.28.0'
5757
api 'commons-codec:commons-codec:1.18.0'
5858
api 'org.xerial.snappy:snappy-java:1.1.10.7'
5959
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.6'

0 commit comments

Comments
 (0)