From d29d2ea0099d5002ab311c5298d0e92928cadfd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 20:54:57 +0200 Subject: [PATCH] Bump org.apache.commons:commons-compress from 1.27.0 to 1.27.1 (#509) Bumps org.apache.commons:commons-compress from 1.27.0 to 1.27.1. --- updated-dependencies: - dependency-name: org.apache.commons:commons-compress dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- api-client/build.gradle.kts | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api-client/build.gradle.kts b/api-client/build.gradle.kts index 28a03a1..785efe5 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.11.0") testImplementation("org.junit.platform:junit-platform-commons:1.11.0") - testImplementation("org.apache.commons:commons-compress:1.27.0") + testImplementation("org.apache.commons:commons-compress:1.27.1") testImplementation("de.gesellix:testutil:[2024-01-01T01-01-01,)") testImplementation("de.gesellix:docker-registry:2024-03-14T19-35-00") } diff --git a/build.gradle.kts b/build.gradle.kts index 6d0491c..9a8aff4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ plugins { val dependencyVersions = listOf( "commons-io:commons-io:2.16.1", - "org.apache.commons:commons-compress:1.27.0", + "org.apache.commons:commons-compress:1.27.1", "org.apiguardian:apiguardian-api:1.1.2", "org.jetbrains:annotations:24.1.0", "org.jetbrains.kotlin:kotlin-reflect:1.9.23",