diff --git a/build.gradle b/build.gradle index cd10c40..c31982b 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation('io.jsonwebtoken:jjwt-impl:0.11.5') implementation('io.jsonwebtoken:jjwt-jackson:0.11.5') - implementation('com.sedmelluq:lavaplayer:1.3.77') + implementation('com.sedmelluq:lavaplayer:1.3.78') implementation('net.dv8tion:JDA:4.4.0_350') implementation(platform("org.apache.logging.log4j:log4j-bom:2.17.2")) @@ -65,7 +65,7 @@ dependencies { liquibaseRuntime 'org.springframework.data:spring-data-jpa' liquibaseRuntime 'org.springframework:spring-beans' liquibaseRuntime 'net.dv8tion:JDA:4.4.0_350' - liquibaseRuntime 'com.sedmelluq:lavaplayer:1.3.77' + liquibaseRuntime 'com.sedmelluq:lavaplayer:1.3.78' liquibaseRuntime sourceSets.main.output }