From f001fea1866a1002c52d2cca2512ea6206ff0ce5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 16:51:58 +0000 Subject: [PATCH] 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 bfcea534..7033edb0 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") }