From 5aad4cd17c92bf9ba16f952ec6e10db1352a8b7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 08:09:25 +0000 Subject: [PATCH] Bump net.lingala.zip4j:zip4j from 2.11.1 to 2.11.6 Bumps [net.lingala.zip4j:zip4j](https://github.com/srikanth-lingala/zip4j) from 2.11.1 to 2.11.6. - [Release notes](https://github.com/srikanth-lingala/zip4j/releases) - [Commits](https://github.com/srikanth-lingala/zip4j/compare/v2.11.1...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] --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index 66ace489..b8057d2a 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -9,7 +9,7 @@ dependencies { api 'commons-io:commons-io:2.11.0' api 'com.github.javadev:underscore:1.80' api 'com.github.erayerdin:kappdirs:v0.3.1-alpha' - api 'net.lingala.zip4j:zip4j:2.11.1' + api 'net.lingala.zip4j:zip4j:2.11.6' api 'org.reflections:reflections:0.10.2' api 'io.github.classgraph:classgraph:4.8.149' api 'com.github.Vatuu:discord-rpc:1.6.2'