From 9c6294c38a44c3d0b6fe784b478d11c6800c6fa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 01:09:22 +0000 Subject: [PATCH] Bump net.dv8tion:JDA from 5.0.0-beta.23 to 5.0.1 Bumps [net.dv8tion:JDA](https://github.com/discord-jda/JDA) from 5.0.0-beta.23 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.23...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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2f6bb6b..f656d3b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ repositories { } dependencies { - slim("net.dv8tion:JDA:5.0.0-beta.23") + slim("net.dv8tion:JDA:5.0.1") slim("club.minnced:discord-webhooks:0.8.4") slim("org.mongodb:mongodb-driver-sync:5.0.1") slim("ch.qos.logback:logback-classic:1.5.6")