From 1cac48a80e15230ef2d10b0a10d866e9535e43aa Mon Sep 17 00:00:00 2001 From: Keuin Date: Sat, 20 Jan 2024 13:17:31 +0800 Subject: mc 1.14.4 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 22bac88..ce89a4e 100644 --- a/build.gradle +++ b/build.gradle @@ -47,8 +47,8 @@ dependencies { modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind - modImplementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1' - shadow 'com.fasterxml.jackson.core:jackson-databind:2.16.1' + modImplementation 'com.fasterxml.jackson.core:jackson-databind:2.13.5' + shadow 'com.fasterxml.jackson.core:jackson-databind:2.13.5' // Uncomment the following line to enable the deprecated Fabric API modules. // These are included in the Fabric API production distribution and allow you to update your mod to the latest modules at a later more convenient time. -- cgit v1.2.3