From e2c565fbaeecb61267997021d77c49829e4578ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 05:15:58 +0000 Subject: [PATCH] Bump org.apache.commons:commons-compress from 1.26.0 to 1.28.0 Bumps [org.apache.commons:commons-compress](https://github.com/apache/commons-compress) from 1.26.0 to 1.28.0. - [Changelog](https://github.com/apache/commons-compress/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-compress/compare/rel/commons-compress-1.26.0...rel/commons-compress-1.28.0) --- updated-dependencies: - dependency-name: org.apache.commons:commons-compress dependency-version: 1.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 34b00e0..1f767d1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -110,7 +110,7 @@ dependencies { testImplementation("io.netty:netty-handler-proxy:4.2.15.Final") { because("Multiple Netty advisories affect the locked 4.1.87/4.1.91 modules") } - testImplementation("org.apache.commons:commons-compress:1.26.0") { + testImplementation("org.apache.commons:commons-compress:1.28.0") { because("Commons Compress advisories affect versions before 1.26.0") } testImplementation("org.apache.logging.log4j:log4j-core:2.25.4") {