diff --git a/impl-blocks/minecraft/build.gradle.kts b/impl-blocks/minecraft/build.gradle.kts index aa6eb7033..e0cf967e4 100644 --- a/impl-blocks/minecraft/build.gradle.kts +++ b/impl-blocks/minecraft/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { compileOnly("com.mojang:brigadier:1.0.17") // Fixed version to line up with MC - implementation("com.google.code.gson:gson:2.8.0") + implementation("com.google.code.gson:gson:2.10.1") testRuntimeOnly("org.slf4j:slf4j-simple:1.7.30") }