From 9b9faca70a567e4e0bdce360ce06764e555562c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 12:01:25 +0000 Subject: [PATCH] Bump classgraph from 4.8.105 to 4.8.143 Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.105 to 4.8.143. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.105...classgraph-4.8.143) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph 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 a5da0c7..09830d1 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -12,7 +12,7 @@ dependencies { api 'com.github.erayerdin:kappdirs:v0.3.1-alpha' api 'net.lingala.zip4j:zip4j:2.8.0' api 'org.reflections:reflections:0.9.12' - api 'io.github.classgraph:classgraph:4.8.105' + api 'io.github.classgraph:classgraph:4.8.143' api 'com.github.Vatuu:discord-rpc:1.6.2' api 'me.xdrop:fuzzywuzzy:1.3.1' api "blue.endless:jankson:1.2.1"