From ce346451dd40445616d65828adbe949bc46f8344 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 22:43:40 +0000 Subject: [PATCH] Bump org.apache.commons:commons-compress from 1.26.2 to 1.28.0 Bumps [org.apache.commons:commons-compress](https://github.com/apache/commons-compress) from 1.26.2 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.2...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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 51907ae..7434135 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -60,7 +60,7 @@ dependencies { implementation 'com.github.bumptech.glide:glide:5.0.0-rc01' annotationProcessor 'com.github.bumptech.glide:compiler:5.0.0-rc01' - implementation 'org.apache.commons:commons-compress:1.26.2' + implementation 'org.apache.commons:commons-compress:1.28.0' implementation 'com.github.hzy3774:AndroidP7zip:1.7.2' implementation 'com.github.tiann:FreeReflection:3.2.0'