Skip to content

Commit 4de41cd

Browse files
GH-84 Update dependency org.jetbrains:annotations to v26 (#84)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a616d49 commit 4de41cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

funnycommands/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies {
77
// General
88
val spigotVersion = "1.16.5-R0.1-SNAPSHOT"
99
compileOnlyApi("org.spigotmc:spigot-api:$spigotVersion")
10-
compileOnlyApi("org.jetbrains:annotations:24.1.0")
10+
compileOnlyApi("org.jetbrains:annotations:26.0.2")
1111
compileOnlyApi("com.google.code.findbugs:jsr305:3.0.2")
1212

1313
// Tests

0 commit comments

Comments
 (0)