From 6dff67b5f25f0798ca544111962d1f21ef56a0fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 14:22:53 +0000 Subject: [PATCH] Bump org.apache.commons:commons-compress Bumps the gradle group with 1 update in the / directory: org.apache.commons:commons-compress. Updates `org.apache.commons:commons-compress` from 1.24.0 to 1.26.0 --- updated-dependencies: - dependency-name: org.apache.commons:commons-compress dependency-version: 1.26.0 dependency-type: direct:production dependency-group: gradle ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 637ce88..5e1195b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -55,7 +55,7 @@ dependencies { implementation("androidx.constraintlayout:constraintlayout:2.1.4") implementation("androidx.webkit:webkit:1.8.0") implementation("com.squareup.okhttp3:okhttp:4.12.0") - implementation("org.apache.commons:commons-compress:1.24.0") + implementation("org.apache.commons:commons-compress:1.26.0") testImplementation("junit:junit:4.13.2") testImplementation("androidx.test:core:1.5.0")