From f24d9ed2e31d27105c7f480ecf66c428310cd202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 05:11:48 +0000 Subject: [PATCH] Bump discordsrv from 1.22.0 to 1.25.0 Bumps [discordsrv](https://github.com/DiscordSRV/DiscordSRV) from 1.22.0 to 1.25.0. - [Release notes](https://github.com/DiscordSRV/DiscordSRV/releases) - [Commits](https://github.com/DiscordSRV/DiscordSRV/compare/v1.22.0...v1.25.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..1f446fc 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.25.0' implementation 'com.google.code.gson:gson:2.8.6'