From 9f5ad75b25d3db20e1dc406d242c11ffffb2aaa7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2020 05:30:41 +0000 Subject: [PATCH] Bump classgraph from 4.8.47 to 4.8.89 Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.47 to 4.8.89. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.47...classgraph-4.8.89) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 33df95f..ac85726 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ repositories { dependencies { //Class Scanning - compile group: 'io.github.classgraph', name: 'classgraph', version: '4.8.47' + compile group: 'io.github.classgraph', name: 'classgraph', version: '4.8.89' //Audio Version Of Javacord compile group: 'com.github.Bastian', name: 'Lavaplayer-Wrapper', version: 'master-SNAPSHOT'