Update lib to fix music fail to play

This commit is contained in:
Sebastien 2020-02-13 22:40:35 +01:00
parent ada6e24380
commit 66ffea6a8a

View File

@ -56,8 +56,9 @@ dependencies {
compile("org.springframework.boot:spring-boot-starter-log4j2")
compile("com.sedmelluq:lavaplayer:1.3.21")
compile 'net.dv8tion:JDA:4.0.0_46'
compile("com.sedmelluq:lavaplayer:1.3.34")
// compile 'net.dv8tion:JDA:4.0.0_46'
compile 'net.dv8tion:JDA:4.1.1_101'
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...)