From 08715544da832bf320e91f7fc41b63eb4147bb5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 12:01:17 +0000 Subject: [PATCH] Bump reflections from 0.9.12 to 0.10.2 Bumps [reflections](https://github.com/ronmamo/reflections) from 0.9.12 to 0.10.2. - [Release notes](https://github.com/ronmamo/reflections/releases) - [Commits](https://github.com/ronmamo/reflections/compare/0.9.12...0.10.2) --- updated-dependencies: - dependency-name: org.reflections:reflections dependency-type: direct:production update-type: version-update:semver-minor ... 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..65f065b 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -11,7 +11,7 @@ dependencies { api 'com.github.javadev:underscore:1.65' 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 'org.reflections:reflections:0.10.2' api 'io.github.classgraph:classgraph:4.8.105' api 'com.github.Vatuu:discord-rpc:1.6.2' api 'me.xdrop:fuzzywuzzy:1.3.1'