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