diff --git a/build.gradle b/build.gradle index cc7594a..efe67e2 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ dependencies { } compile("org.springframework.boot:spring-boot-starter-log4j2") compile("com.sedmelluq:lavaplayer:1.3.10") - compile 'net.dv8tion:JDA:3.6.0_354' + compile 'net.dv8tion:JDA:3.8.1_437' compile group: 'org.json', name: 'json', version: '20160810' compile 'org.springframework.security:spring-security-web:5.0.1.RELEASE' // JPA Data (We are going to use Repositories, Entities, Hibernate, etc...)