From 2be0cdbf82de07037d030ef575b93aec53f4e279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 13:51:22 +0000 Subject: [PATCH] Bump net.dv8tion:JDA from 5.0.0-beta.20 to 5.0.0-beta.22 Bumps [net.dv8tion:JDA](https://github.com/discord-jda/JDA) from 5.0.0-beta.20 to 5.0.0-beta.22. - [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.22) --- 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..8c37304 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.22') + api ('net.dv8tion:JDA:5.0.0-beta.22') } shadowJar {