Skip to content

Commit

Permalink
Update dependency org.jetbrains:annotations to v26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent 3aecf7b commit a042713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funnycommands/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a042713

Please sign in to comment.