From 9c10d63783e2c1d2d573156b9e755d6a0eb777d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 11:39:34 +0000 Subject: [PATCH] fix(deps): update dependency org.apache.commons:commons-compress to v1.28.0 --- config/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/libs.versions.toml b/config/libs.versions.toml index b994a247bc..a908241b0f 100644 --- a/config/libs.versions.toml +++ b/config/libs.versions.toml @@ -3,7 +3,7 @@ asmVer = "3.2.0" # https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk18on # https://www.bouncycastle.org/releasenotes.html bcVer = "1.81" -commonCompressVer = "1.27.1" +commonCompressVer = "1.28.0" coroutineVer = "1.10.2" gsonVer = "2.13.1" javassistVer = "3.30.2-GA"