From 282eaa7914c0e8ba1e0e6a17277a99f71c6f5954 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 04:26:16 +0000 Subject: [PATCH] Bump net.dv8tion:JDA from 5.0.0-beta.18 to 5.0.0-beta.19 Bumps [net.dv8tion:JDA](https://github.com/discord-jda/JDA) from 5.0.0-beta.18 to 5.0.0-beta.19. - [Release notes](https://github.com/discord-jda/JDA/releases) - [Commits](https://github.com/discord-jda/JDA/compare/v5.0.0-beta.18...v5.0.0-beta.19) --- 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 e1afdc0..014fe3a 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ dependencies { testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1' implementation 'ch.qos.logback:logback-classic:1.4.14' - implementation 'net.dv8tion:JDA:5.0.0-beta.18' + implementation 'net.dv8tion:JDA:5.0.0-beta.19' implementation 'com.google.code.gson:gson:2.10.1' implementation 'org.reflections:reflections:0.10.2'