Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains:annotations to v26.0.2 (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent 2614956 commit 6e24470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ allprojects {

dependencies {
compileOnly("org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT")
compileOnly("org.jetbrains:annotations:26.0.1")
compileOnly("org.jetbrains:annotations:26.0.2")
}

val sourceJar by tasks.registering(Jar::class) {
Expand Down

0 comments on commit 6e24470

Please sign in to comment.