diff --git a/serializer-minecraft/build.gradle.kts b/serializer-minecraft/build.gradle.kts index 4c437087..fb8f8e43 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.11.0") 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.18.0") } \ No newline at end of file