Skip to content

Commit bb87f8d

Browse files
authored
Upgrade commons_compress version to fix CVE-2023-42503 (#1486)
1 parent 7ca9500 commit bb87f8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ subprojects {
5858
api "com.fasterxml.jackson.core:jackson-core:2.15.2"
5959
api "com.fasterxml.jackson.core:jackson-databind:2.15.2"
6060
api 'org.bouncycastle:bcprov-jdk18on:1.74'
61-
api 'org.apache.commons:commons-compress:1.23.0'
61+
api 'org.apache.commons:commons-compress:1.24.0'
6262
api "org.xerial.snappy:snappy-java:1.1.10.1"
6363
compileOnly "com.github.spotbugs:spotbugs-annotations:4.7.3"
6464

0 commit comments

Comments
 (0)