From f168be5e4040f84dc427ab2c4ea7824f0860e7af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 06:11:15 +0000 Subject: [PATCH 1/2] Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2 Bumps org.apache.commons:commons-compress from 1.26.1 to 1.26.2. --- updated-dependencies: - dependency-name: org.apache.commons:commons-compress dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- api-client/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-client/build.gradle.kts b/api-client/build.gradle.kts index 27dab9d4..0f06ac1c 100644 --- a/api-client/build.gradle.kts +++ b/api-client/build.gradle.kts @@ -83,7 +83,7 @@ dependencies { testImplementation("org.junit.platform:junit-platform-launcher:1.10.2") testImplementation("org.junit.platform:junit-platform-commons:1.10.2") - testImplementation("org.apache.commons:commons-compress:1.26.1") + testImplementation("org.apache.commons:commons-compress:1.26.2") testImplementation("de.gesellix:testutil:[2024-01-01T01-01-01,)") testImplementation("de.gesellix:docker-registry:2024-03-14T19-35-00") } From b65f8e07cc9208ccf5ce8d79cadd2ec531554209 Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Tue, 11 Jun 2024 08:14:04 +0200 Subject: [PATCH 2/2] Enforce org.apache.commons:commons-compress 1.26.2 --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index cfb4444f..ec4a4dc1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,6 +14,7 @@ plugins { val dependencyVersions = listOf( "commons-io:commons-io:2.16.1", + "org.apache.commons:commons-compress:1.26.2", "org.apiguardian:apiguardian-api:1.1.2", "org.jetbrains:annotations:24.1.0", "org.jetbrains.kotlin:kotlin-reflect:1.9.23",