Update build.gradle

This commit is contained in:
Sébastien Clément 2020-10-30 19:38:58 +01:00 committed by GitHub
parent 229bd6a6ae
commit 95be17e038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ dependencies {
compile("com.sedmelluq:lavaplayer:1.3.54") compile("com.sedmelluq:lavaplayer:1.3.54")
// compile 'net.dv8tion:JDA:4.0.0_46' // compile 'net.dv8tion:JDA:4.0.0_46'
compile 'net.dv8tion:JDA:4.1.1_101' compile 'net.dv8tion:JDA:4.2.0_214'
compile group: 'org.json', name: 'json', version: '20160810' compile group: 'org.json', name: 'json', version: '20160810'
compile 'org.springframework.security:spring-security-web:5.0.1.RELEASE' compile 'org.springframework.security:spring-security-web:5.0.1.RELEASE'
// JPA Data (We are going to use Repositories, Entities, Hibernate, etc...) // JPA Data (We are going to use Repositories, Entities, Hibernate, etc...)