From dab30a4352121221d0d46ee65402ea0ce7760d62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 12:01:45 +0000 Subject: [PATCH] Bump fuzzywuzzy from 1.3.1 to 1.4.0 Bumps [fuzzywuzzy](https://github.com/xdrop/fuzzywuzzy) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/xdrop/fuzzywuzzy/releases) - [Commits](https://github.com/xdrop/fuzzywuzzy/commits) --- updated-dependencies: - dependency-name: me.xdrop:fuzzywuzzy 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..9df9286 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -14,7 +14,7 @@ dependencies { api 'org.reflections:reflections:0.9.12' api 'io.github.classgraph:classgraph:4.8.105' api 'com.github.Vatuu:discord-rpc:1.6.2' - api 'me.xdrop:fuzzywuzzy:1.3.1' + api 'me.xdrop:fuzzywuzzy:1.4.0' api "blue.endless:jankson:1.2.1" api 'org.jooq:joor-java-8:0.9.14' api 'com.github.renatoathaydes:kunion:0bd9cbfe38'