From 6e8fb50830872dea86b499051d4c5c48655724e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 07:54:23 +0000 Subject: [PATCH] build(deps): bump net.dv8tion:JDA from 5.0.0-beta.17 to 5.0.0-beta.18 Bumps [net.dv8tion:JDA](https://github.com/discord-jda/JDA) from 5.0.0-beta.17 to 5.0.0-beta.18. - [Release notes](https://github.com/discord-jda/JDA/releases) - [Commits](https://github.com/discord-jda/JDA/compare/v5.0.0-beta.17...v5.0.0-beta.18) --- updated-dependencies: - dependency-name: net.dv8tion:JDA dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bot/build.gradle | 2 +- common/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bot/build.gradle b/bot/build.gradle index 3474ed0..8d786bf 100644 --- a/bot/build.gradle +++ b/bot/build.gradle @@ -15,7 +15,7 @@ repositories { dependencies { implementation 'ch.qos.logback:logback-classic:1+' - implementation 'net.dv8tion:JDA:5.0.0-beta.17' + implementation 'net.dv8tion:JDA:5.0.0-beta.18' compileOnly 'com.electronwill.night-config:toml:3+' implementation project(path: ':common') } diff --git a/common/build.gradle b/common/build.gradle index 5f5a430..6218db8 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -11,6 +11,6 @@ repositories { dependencies { compileOnly 'ch.qos.logback:logback-classic:1+' - compileOnly 'net.dv8tion:JDA:5.0.0-beta.17' + compileOnly 'net.dv8tion:JDA:5.0.0-beta.18' implementation 'com.electronwill.night-config:toml:3+' } \ No newline at end of file