Skip to content

Commit 496ed5f

Browse files
fix(deps): update dependency org.apache.commons:commons-compress to v1.28.0 (#512)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ce6ef45 commit 496ed5f

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.13.2") {
3838
because("CVE-2022-25647")
3939
}
40-
implementation("org.apache.commons:commons-compress:1.27.1") {
40+
implementation("org.apache.commons:commons-compress:1.28.0") {
4141
because("CVE-2023-42503")
4242
}
4343
}

0 commit comments

Comments
 (0)