From 95976821630040b51a0cd492930bc7a674cea5ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 13:12:41 +0000 Subject: [PATCH] Bump net.dv8tion:JDA from 5.0.0-beta.20 to 5.0.0-beta.23 Bumps [net.dv8tion:JDA](https://github.com/discord-jda/JDA) from 5.0.0-beta.20 to 5.0.0-beta.23. - [Release notes](https://github.com/discord-jda/JDA/releases) - [Commits](https://github.com/discord-jda/JDA/compare/v5.0.0-beta.20...v5.0.0-beta.23) --- updated-dependencies: - dependency-name: net.dv8tion:JDA dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 97de937..8cd38a4 100644 --- a/build.gradle +++ b/build.gradle @@ -26,8 +26,8 @@ archivesBaseName = "discordBrigadierExtension" dependencies { api group: 'com.thegamecommunity', name:'brigadier', version: 'TGC-1.3.3.0' shadow group: 'com.thegamecommunity', name:'brigadier', version: 'TGC-1.3.3.0' - shadow ('net.dv8tion:JDA:5.0.0-beta.20') - api ('net.dv8tion:JDA:5.0.0-beta.20') + shadow ('net.dv8tion:JDA:5.0.0-beta.23') + api ('net.dv8tion:JDA:5.0.0-beta.23') } shadowJar {