From 725dcbee9b09982b1f85ed5c2cd956ae8b900897 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 05:46:24 +0000 Subject: [PATCH] Bump net.dv8tion:JDA from 5.0.0-beta.24 to 5.1.0 Bumps [net.dv8tion:JDA](https://github.com/discord-jda/JDA) from 5.0.0-beta.24 to 5.1.0. - [Release notes](https://github.com/discord-jda/JDA/releases) - [Commits](https://github.com/discord-jda/JDA/compare/v5.0.0-beta.24...v5.1.0) --- updated-dependencies: - dependency-name: net.dv8tion:JDA dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2a9cd13..e594b09 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ dependencies { implementation include('net.raphimc:NoteBlockLib:2.1.3'); //Discord Bridge - shadow implementation("net.dv8tion:JDA:5.0.0-beta.24") { exclude module: 'opus-java' } + shadow implementation("net.dv8tion:JDA:5.1.0") { exclude module: 'opus-java' } //Javalin shadow implementation("io.javalin:javalin:6.1.6")