Skip to content

Commit 550d31d

Browse files
committed
fix(deps): update dependency org.apache.commons:commons-compress to v1.27.1
1 parent 2d5b18c commit 550d31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
implementation("com.google.code.gson:gson:2.11.0") {
3838
because("CVE-2022-25647")
3939
}
40-
implementation("org.apache.commons:commons-compress:1.27.0") {
40+
implementation("org.apache.commons:commons-compress:1.27.1") {
4141
because("CVE-2023-42503")
4242
}
4343
}

0 commit comments

Comments
 (0)