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 3, 2024
1 parent 1f9436f commit 99f471a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ allprojects {
implementation("com.github.cryptomorin:XSeries:11.3.0")

// Other dependencies that are not required or already available at runtime
compileOnly("org.jetbrains:annotations:25.0.0")
compileOnly("org.jetbrains:annotations:26.0.1")
compileOnly("org.projectlombok:lombok:1.18.34")
// This is needed for XSkin, but isnt added to the XSeries jar, potentially a bug that will be fixed in a later release
compileOnly("com.mojang:authlib:1.5.25")
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
implementation("org.apache.commons:commons-lang3:3.17.0")

// Other dependencies that are not required or already available at runtime
compileOnly("org.jetbrains:annotations:25.0.0")
compileOnly("org.jetbrains:annotations:26.0.1")
compileOnly("org.spigotmc:spigot-api:1.21.1-R0.1-SNAPSHOT")
}

Expand Down

0 comments on commit 99f471a

Please sign in to comment.