From 5cae42b415888dd411ad0453e42264e1313e27a5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 2 Dec 2020 12:14:08 +0000 Subject: [PATCH] Bump classgraph from 4.8.92 to 4.8.93 Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.92 to 4.8.93. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.92...classgraph-4.8.93) 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 e700542a..b0efe9a0 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ dependencies { compileOnly 'net.md-5:bungeecord-api:1.16-R0.4-SNAPSHOT' implementation 'org.jetbrains:annotations:20.1.0' implementation 'com.google.code.gson:gson:2.8.6' - implementation 'io.github.classgraph:classgraph:4.8.92' + implementation 'io.github.classgraph:classgraph:4.8.93' implementation 'com.github.seancfoley:ipaddress:5.3.3' // JUnit 5 Testing