Skip to content

Commit

Permalink
Update dependency org.jetbrains:annotations to v26 (#157)
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 Dec 27, 2024
1 parent 2f9e35b commit bb1c0e0
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:12.1.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.36")
// 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 bb1c0e0

Please sign in to comment.