From 0fc28f12723f9d1c2456343436985e4438774fe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 05:48:38 +0000 Subject: [PATCH] Bump net.dv8tion:JDA from 5.0.0-beta.24 to 5.0.1 Bumps [net.dv8tion:JDA](https://github.com/discord-jda/JDA) from 5.0.0-beta.24 to 5.0.1. - [Release notes](https://github.com/discord-jda/JDA/releases) - [Commits](https://github.com/discord-jda/JDA/compare/v5.0.0-beta.24...v5.0.1) --- updated-dependencies: - dependency-name: net.dv8tion:JDA dependency-type: direct:production update-type: version-update:semver-patch ... 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..89ea226 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.0.1") { exclude module: 'opus-java' } //Javalin shadow implementation("io.javalin:javalin:6.1.6")