From ed5ba4462584a12037ad0301bd4e81e7f5b5b372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Sep 2021 05:08:50 +0000 Subject: [PATCH] Bump discordsrv from 1.22.0 to 1.24.0 Bumps [discordsrv](https://github.com/DiscordSRV/DiscordSRV) from 1.22.0 to 1.24.0. - [Release notes](https://github.com/DiscordSRV/DiscordSRV/releases) - [Commits](https://github.com/DiscordSRV/DiscordSRV/compare/v1.22.0...v1.24.0) --- updated-dependencies: - dependency-name: com.discordsrv:discordsrv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f7333c0..5835211 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ dependencies { compileOnly 'org.projectlombok:lombok:1.18.14' annotationProcessor 'org.projectlombok:lombok:1.18.14' compileOnly 'org.spigotmc:spigot-api:1.15-R0.1-SNAPSHOT' - compileOnly 'com.discordsrv:discordsrv:1.22.0' + compileOnly 'com.discordsrv:discordsrv:1.24.0' implementation 'com.google.code.gson:gson:2.8.6'