diff --git a/build.gradle b/build.gradle index 0f58cd9..a8d5a18 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ tasks.named('bootJar') { dependencies { implementation 'org.springframework.boot:spring-boot-starter' implementation 'org.jetbrains.kotlin:kotlin-reflect' - implementation group: 'net.dv8tion', name: 'JDA', version: '6.3.2' + implementation group: 'net.dv8tion', name: 'JDA', version: '6.4.0' implementation 'org.springframework.boot:spring-boot-starter-data-redis' testImplementation 'org.springframework.boot:spring-boot-starter-test'