diff --git a/ccbot-core/build.gradle.kts b/ccbot-core/build.gradle.kts index 1317d9f..0ba5312 100644 --- a/ccbot-core/build.gradle.kts +++ b/ccbot-core/build.gradle.kts @@ -5,7 +5,7 @@ plugins { description = "CCBot-Core" dependencies { - api("net.dv8tion:JDA:5.1.2") // https://mvnrepository.com/artifact/net.dv8tion/JDA + api("net.dv8tion:JDA:5.2.0") // https://mvnrepository.com/artifact/net.dv8tion/JDA api("org.reflections:reflections:0.10.2") // https://mvnrepository.com/artifact/org.reflections/reflections api("com.github.andrew121410:CCUtilsJava:b3c9a23201") api("com.github.andrew121410:minecraft-server-ping:2e7159a5ff")