Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains:annotations to v26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent 261d110 commit 148d9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
description = "A resource-pack library for Minecraft: Java Edition."

dependencies {
compileOnlyApi("org.jetbrains:annotations:23.1.0")
compileOnlyApi("org.jetbrains:annotations:26.0.1")
api("net.kyori:adventure-key:4.9.3")
api("net.kyori:adventure-api:4.14.0")
implementation("net.kyori:adventure-text-serializer-legacy:4.14.0")
Expand Down

0 comments on commit 148d9f9

Please sign in to comment.