Skip to content

Commit

Permalink
fix(deps): update dependency net.kyori:adventure-text-serializer-gson…
Browse files Browse the repository at this point in the history
… to v4.17.0
  • Loading branch information
renovate[bot] authored May 8, 2024
1 parent af6b864 commit f3eca0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serializer-minecraft/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ 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-gson:4.14.0")
implementation("net.kyori:adventure-text-serializer-gson:4.17.0")
}

0 comments on commit f3eca0a

Please sign in to comment.