From 2db7a47b794e334f14e2d7bd3beab1bff4667b2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 09:35:50 +0200 Subject: [PATCH] :arrow_up: Update dependency net.dv8tion:JDA to v4.4.0_352 (#204) 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 6170f37..350495e 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation('io.jsonwebtoken:jjwt-jackson:0.11.5') implementation('com.sedmelluq:lavaplayer:1.3.78') - implementation('net.dv8tion:JDA:4.4.0_350') + implementation('net.dv8tion:JDA:4.4.0_352') implementation(platform("org.apache.logging.log4j:log4j-bom:2.17.2")) implementation group: 'org.hibernate', name: 'hibernate-validator', version: '7.0.4.Final' @@ -64,7 +64,7 @@ dependencies { liquibaseRuntime 'org.springframework.boot:spring-boot-starter-data-jpa' liquibaseRuntime 'org.springframework.data:spring-data-jpa' liquibaseRuntime 'org.springframework:spring-beans' - liquibaseRuntime 'net.dv8tion:JDA:4.4.0_350' + liquibaseRuntime 'net.dv8tion:JDA:4.4.0_352' liquibaseRuntime 'com.sedmelluq:lavaplayer:1.3.78' liquibaseRuntime sourceSets.main.output