From b941bb6e07298c11d556e2c9bbc8d792a45d2e12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 13:35:29 +0000 Subject: [PATCH] Bump net.dv8tion:JDA from 5.0.0-beta.24 to 5.0.0 Bumps [net.dv8tion:JDA](https://github.com/discord-jda/JDA) from 5.0.0-beta.24 to 5.0.0. - [Release notes](https://github.com/discord-jda/JDA/releases) - [Commits](https://github.com/discord-jda/JDA/compare/v5.0.0-beta.24...v5.0.0) --- 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 baee52f25..5a375b606 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation group: 'com.rethinkdb', name: 'rethinkdb-driver', version:'2.4.4' implementation group: 'com.google.code.gson', name: 'gson', version: '2.11.0' // implementation group: 'com.github.DV8FromTheWorld', name: 'JDA', version: 'e111d55' - implementation('net.dv8tion:JDA:5.0.0-beta.24') + implementation('net.dv8tion:JDA:5.0.0') { exclude(module: 'opus-java') }