From 3f706bbb775ce22def286f059b7443fce72f2b10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 02:26:45 +0000 Subject: [PATCH] deps: bump com.github.Spicord.Spicord:spicord-common Bumps [com.github.Spicord.Spicord:spicord-common](https://github.com/Spicord/Spicord) from v5-SNAPSHOT to 5.4.0. - [Release notes](https://github.com/Spicord/Spicord/releases) - [Commits](https://github.com/Spicord/Spicord/commits/5.4.0) --- updated-dependencies: - dependency-name: com.github.Spicord.Spicord:spicord-common dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index 1681b94..188731c 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -14,7 +14,7 @@ dependencies { compileOnly 'net.kyori:adventure-platform-api:4.3.2' compileOnly 'net.william278:papiproxybridge:1.5' compileOnly 'net.luckperms:api:5.4' - compileOnly 'com.github.Spicord.Spicord:spicord-common:v5-SNAPSHOT' + compileOnly 'com.github.Spicord.Spicord:spicord-common:5.4.0' compileOnly 'net.dv8tion:JDA:5.0.0-beta.4' compileOnly 'org.jetbrains:annotations:24.1.0' compileOnly 'org.projectlombok:lombok:1.18.32'