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.17.0
  • Loading branch information
renovate[bot] authored May 8, 2024
1 parent af6b864 commit c6dbc75
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:23.0.0")
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.17.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.10.1")
implementation("net.kyori:adventure-text-serializer-legacy:4.14.0")
implementation("net.kyori:adventure-text-serializer-legacy:4.17.0")
implementation("net.kyori:adventure-text-serializer-gson:4.14.0")
}

0 comments on commit c6dbc75

Please sign in to comment.