From a0427136fe0f769c790904c7497af6642e24e4fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 00:04:55 +0000 Subject: [PATCH] Update dependency org.jetbrains:annotations to v26 --- funnycommands/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funnycommands/build.gradle.kts b/funnycommands/build.gradle.kts index 3815648..6026fed 100644 --- a/funnycommands/build.gradle.kts +++ b/funnycommands/build.gradle.kts @@ -7,7 +7,7 @@ dependencies { // General val spigotVersion = "1.16.5-R0.1-SNAPSHOT" compileOnlyApi("org.spigotmc:spigot-api:$spigotVersion") - compileOnlyApi("org.jetbrains:annotations:24.1.0") + compileOnlyApi("org.jetbrains:annotations:26.0.1") compileOnlyApi("com.google.code.findbugs:jsr305:3.0.2") // Tests