From 76a6b04b817a4cbc3a64837887d8884414179994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 19:26:52 +0200 Subject: [PATCH] Bump net.dv8tion:JDA from 5.0.0-beta.15 to 5.0.0-beta.16 (#347) Bumps [net.dv8tion:JDA](https://github.com/discord-jda/JDA) from 5.0.0-beta.15 to 5.0.0-beta.16. - [Release notes](https://github.com/discord-jda/JDA/releases) - [Commits](https://github.com/discord-jda/JDA/compare/v5.0.0-beta.15...v5.0.0-beta.16) --- updated-dependencies: - dependency-name: net.dv8tion:JDA dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- discord-connector/jda/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord-connector/jda/build.gradle.kts b/discord-connector/jda/build.gradle.kts index 7f9800e8..f81dca4f 100644 --- a/discord-connector/jda/build.gradle.kts +++ b/discord-connector/jda/build.gradle.kts @@ -9,7 +9,7 @@ repositories { dependencies { implementation( project(":discord-connector:api")) - implementation("net.dv8tion:JDA:5.0.0-beta.15") + implementation("net.dv8tion:JDA:5.0.0-beta.16") implementation(libs.reactor.core) implementation(libs.logback.classic) implementation(libs.log4j.to.slf4j)