Skip to content

Commit

Permalink
Upgrade commons_compress version to fix CVE-2023-42503 (#1486)
Browse files Browse the repository at this point in the history
  • Loading branch information
inuyasha82 committed Sep 19, 2023
1 parent 7ca9500 commit bb87f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ subprojects {
api "com.fasterxml.jackson.core:jackson-core:2.15.2"
api "com.fasterxml.jackson.core:jackson-databind:2.15.2"
api 'org.bouncycastle:bcprov-jdk18on:1.74'
api 'org.apache.commons:commons-compress:1.23.0'
api 'org.apache.commons:commons-compress:1.24.0'
api "org.xerial.snappy:snappy-java:1.1.10.1"
compileOnly "com.github.spotbugs:spotbugs-annotations:4.7.3"

Expand Down

0 comments on commit bb87f8d

Please sign in to comment.