From 00028248c0e1ff768a3e4b2a76d5cc4fdabf1a7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 02:52:51 +0000 Subject: [PATCH] Bump net.lingala.zip4j:zip4j from 2.11.5 to 2.11.6 Bumps [net.lingala.zip4j:zip4j](https://github.com/srikanth-lingala/zip4j) from 2.11.5 to 2.11.6. - [Release notes](https://github.com/srikanth-lingala/zip4j/releases) - [Commits](https://github.com/srikanth-lingala/zip4j/compare/v2.11.5...v2.11.6) --- updated-dependencies: - dependency-name: net.lingala.zip4j:zip4j dependency-version: 2.11.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 79736cba9..172835178 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -37,7 +37,7 @@ com-github-yalantis-ucrop = { group = "com.github.yalantis", name = "ucrop", ver com-google-zxing-core = { group = "com.google.zxing", name = "core", version = "3.5.4" } org-apache-commons-commons_csv = { group = "org.apache.commons", name = "commons-csv", version = "1.9.0" } com-jaredrummler-colorpicker = { group = "com.jaredrummler", name = "colorpicker", version = "1.1.0" } -net-lingala-zip4j-zip4j = { group = "net.lingala.zip4j", name = "zip4j", version = "2.11.5" } +net-lingala-zip4j-zip4j = { group = "net.lingala.zip4j", name = "zip4j", version = "2.11.6" } ch-acra-acra-mail = { group = "ch.acra", name = "acra-mail", version.ref = "acra" } ch-acra-acra-dialog = { group = "ch.acra", name = "acra-dialog", version.ref = "acra" }