diff --git a/serializer-minecraft/build.gradle.kts b/serializer-minecraft/build.gradle.kts index 4c437087..9c81caee 100644 --- a/serializer-minecraft/build.gradle.kts +++ b/serializer-minecraft/build.gradle.kts @@ -6,7 +6,7 @@ description = "Minecraft: Java Edition vanilla serialization for the creative AP dependencies { api(project(":creative-api")) - api("com.google.code.gson:gson:2.11.0") + api("com.google.code.gson:gson:2.14.0") implementation("net.kyori:adventure-text-serializer-legacy:4.14.0") implementation("net.kyori:adventure-text-serializer-gson:4.14.0") } \ No newline at end of file