From c97a99f3c6f4cc06132977ca2a97c4aa0aff6c39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 16:24:09 +0000 Subject: [PATCH] Bump org.apache.commons:commons-compress from 1.24.0 to 1.25.0 Bumps org.apache.commons:commons-compress from 1.24.0 to 1.25.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-compress dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- client-groovy4/build.gradle.kts | 2 +- client/build.gradle.kts | 2 +- explore/build.gradle.kts | 2 +- integration-test/build.gradle.kts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 32bf5d26..6244fcba 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ val dependencyVersions = listOf( "com.squareup.okio:okio-jvm:3.6.0", "net.bytebuddy:byte-buddy:1.14.9", "net.bytebuddy:byte-buddy-agent:1.14.9", - "org.apache.commons:commons-compress:1.24.0", + "org.apache.commons:commons-compress:1.25.0", "org.codehaus.groovy:groovy:3.0.19", "org.apache.groovy:groovy:4.0.15", "org.jetbrains:annotations:24.1.0", diff --git a/client-groovy4/build.gradle.kts b/client-groovy4/build.gradle.kts index 4d216515..c03c4818 100644 --- a/client-groovy4/build.gradle.kts +++ b/client-groovy4/build.gradle.kts @@ -116,7 +116,7 @@ dependencies { api("com.squareup.okhttp3:okhttp:4.12.0") testImplementation("com.squareup.okhttp3:mockwebserver:[4,5)") - implementation("org.apache.commons:commons-compress:1.24.0") + implementation("org.apache.commons:commons-compress:1.25.0") // implementation("org.bouncycastle:bcpkix-jdk18on:1.76") diff --git a/client/build.gradle.kts b/client/build.gradle.kts index 4da948fa..c8018073 100644 --- a/client/build.gradle.kts +++ b/client/build.gradle.kts @@ -116,7 +116,7 @@ dependencies { api("com.squareup.okhttp3:okhttp:4.12.0") testImplementation("com.squareup.okhttp3:mockwebserver:[4,5)") - implementation("org.apache.commons:commons-compress:1.24.0") + implementation("org.apache.commons:commons-compress:1.25.0") implementation("org.bouncycastle:bcpkix-jdk18on:1.76") diff --git a/explore/build.gradle.kts b/explore/build.gradle.kts index 06c096db..a4d2bdfb 100644 --- a/explore/build.gradle.kts +++ b/explore/build.gradle.kts @@ -64,7 +64,7 @@ dependencies { implementation(project(":client-groovy4")) // implementation("org.codehaus.groovy:groovy:[3,4)") implementation("org.apache.groovy:groovy:4.0.15") - testImplementation("org.apache.commons:commons-compress:1.24.0") + testImplementation("org.apache.commons:commons-compress:1.25.0") implementation("org.slf4j:slf4j-api:2.0.9") runtimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.11") diff --git a/integration-test/build.gradle.kts b/integration-test/build.gradle.kts index 79c637c3..5fadf55b 100644 --- a/integration-test/build.gradle.kts +++ b/integration-test/build.gradle.kts @@ -81,7 +81,7 @@ dependencies { testImplementation("com.kohlschutter.junixsocket:junixsocket-common:[2.4,)") testImplementation("net.jodah:failsafe:2.4.4") - testImplementation("org.apache.commons:commons-compress:1.24.0") + testImplementation("org.apache.commons:commons-compress:1.25.0") testImplementation("org.slf4j:slf4j-api:[1.7,)") runtimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.8")