diff --git a/build.gradle.kts b/build.gradle.kts index ba1f72f3..440babeb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ val dependencyVersions = listOf( "com.squareup.okio:okio-jvm:3.5.0", "net.bytebuddy:byte-buddy:1.14.6", "net.bytebuddy:byte-buddy-agent:1.14.6", - "org.apache.commons:commons-compress:1.23.0", + "org.apache.commons:commons-compress:1.24.0", "org.codehaus.groovy:groovy:3.0.18", "org.jetbrains:annotations:24.0.1", "org.junit:junit-bom:5.10.0", diff --git a/client/build.gradle.kts b/client/build.gradle.kts index 474c0c45..8998a0cb 100644 --- a/client/build.gradle.kts +++ b/client/build.gradle.kts @@ -116,7 +116,7 @@ dependencies { api("com.squareup.okhttp3:okhttp:4.11.0") testImplementation("com.squareup.okhttp3:mockwebserver:[4,5)") - implementation("org.apache.commons:commons-compress:1.23.0") + implementation("org.apache.commons:commons-compress:1.24.0") implementation("org.bouncycastle:bcpkix-jdk18on:1.76") diff --git a/explore/build.gradle.kts b/explore/build.gradle.kts index 4f0a5d46..2bf3b49f 100644 --- a/explore/build.gradle.kts +++ b/explore/build.gradle.kts @@ -51,7 +51,7 @@ dependencies { } implementation(project(":client")) implementation("org.codehaus.groovy:groovy:3.0.18") - testImplementation("org.apache.commons:commons-compress:1.23.0") + testImplementation("org.apache.commons:commons-compress:1.24.0") implementation("org.slf4j:slf4j-api:2.0.7") runtimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.8") diff --git a/integration-test/build.gradle.kts b/integration-test/build.gradle.kts index 9f57e9ad..812560ae 100644 --- a/integration-test/build.gradle.kts +++ b/integration-test/build.gradle.kts @@ -80,7 +80,7 @@ dependencies { testImplementation("com.kohlschutter.junixsocket:junixsocket-common:[2.4,)") testImplementation("net.jodah:failsafe:2.4.4") - testImplementation("org.apache.commons:commons-compress:1.23.0") + testImplementation("org.apache.commons:commons-compress:1.24.0") testImplementation("org.slf4j:slf4j-api:[1.7,)") runtimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.8")