Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains:annotations to v26.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent ead7b77 commit cde24d6
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:26.0.1")
compileOnlyApi("org.jetbrains:annotations:26.0.2")
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 cde24d6

Please sign in to comment.