From f2ef1a7d3924cb35b0342cb0d8bac982c5a66aeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 00:12:38 -0400 Subject: [PATCH] Bump net.dv8tion:JDA from 5.0.0-beta.6 to 5.0.0-beta.8 (#10) Bumps [net.dv8tion:JDA](https://github.com/DV8FromTheWorld/JDA) from 5.0.0-beta.6 to 5.0.0-beta.8. - [Release notes](https://github.com/DV8FromTheWorld/JDA/releases) - [Commits](https://github.com/DV8FromTheWorld/JDA/compare/v5.0.0-beta.6...v5.0.0-beta.8) --- 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> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f83c149..86d75a5 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ dependencies { testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2' implementation 'ch.qos.logback:logback-classic:1.4.7' - implementation 'net.dv8tion:JDA:5.0.0-beta.6' + implementation 'net.dv8tion:JDA:5.0.0-beta.8' implementation 'org.reflections:reflections:0.10.2' implementation 'com.sedmelluq:lavaplayer:1.3.78' implementation 'com.github.jagrosh:JLyrics:master-SNAPSHOT'