From 87f2fc470ac4be59d6623589f390b512ddff0237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 07:08:45 +0000 Subject: [PATCH] Bump zip4j from 2.11.1 to 2.11.2 Bumps [zip4j](https://github.com/srikanth-lingala/zip4j) from 2.11.1 to 2.11.2. - [Release notes](https://github.com/srikanth-lingala/zip4j/releases) - [Commits](https://github.com/srikanth-lingala/zip4j/compare/v2.11.1...v2.11.2) --- updated-dependencies: - dependency-name: net.lingala.zip4j:zip4j 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 5469695e..122f99df 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -17,7 +17,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.2' api 'org.reflections:reflections:0.10.2' api 'io.github.classgraph:classgraph:4.8.149' api 'com.github.Vatuu:discord-rpc:1.6.2'