From 5995206ea95d6af8dbad1bacc8667de6088797a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 05:33:50 +0000 Subject: [PATCH] Bump pw.chew:jda-chewtils from 1.24.1 to 2.0 Bumps pw.chew:jda-chewtils from 1.24.1 to 2.0. --- updated-dependencies: - dependency-name: pw.chew:jda-chewtils dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 97b858b..01b6c1b 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'net.dv8tion:JDA:4.4.0_352' - implementation 'pw.chew:jda-chewtils:1.24.1' + implementation 'pw.chew:jda-chewtils:2.0' implementation 'com.sedmelluq:lavaplayer:1.3.78' implementation 'org.springframework.boot:spring-boot-starter-amqp'