Skip to content

Commit

Permalink
fix(deps): update dependency net.kyori:adventure-text-serializer-lega…
Browse files Browse the repository at this point in the history
…cy to v4.18.0
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent ead7b77 commit 5a2f743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ dependencies {
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")
implementation("net.kyori:adventure-text-serializer-legacy:4.18.0")
}
2 changes: 1 addition & 1 deletion serializer-minecraft/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ description = "Minecraft: Java Edition vanilla serialization for the creative AP
dependencies {
api(project(":creative-api"))
api("com.google.code.gson:gson:2.11.0")
implementation("net.kyori:adventure-text-serializer-legacy:4.14.0")
implementation("net.kyori:adventure-text-serializer-legacy:4.18.0")
implementation("net.kyori:adventure-text-serializer-gson:4.14.0")
}

0 comments on commit 5a2f743

Please sign in to comment.