From 4410b862dd6c595a1682d3be20ffe4ed3f93ffbd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 18:34:19 +0200 Subject: [PATCH] :arrow_up: Update dependency com.sedmelluq:lavaplayer to v1.3.78 (#197) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }