diff --git a/serializer-minecraft/build.gradle.kts b/serializer-minecraft/build.gradle.kts index 73ae57eb..f4aa09bc 100644 --- a/serializer-minecraft/build.gradle.kts +++ b/serializer-minecraft/build.gradle.kts @@ -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") } \ No newline at end of file