summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeuin <[email protected]>2024-01-20 13:17:31 +0800
committerKeuin <[email protected]>2024-01-20 13:17:31 +0800
commit1cac48a80e15230ef2d10b0a10d866e9535e43aa (patch)
tree370a76079154e2dd6cdf9324148ea80e946b6013
parent6d53613a57d542a424d6368cb91c69dfd5c6772e (diff)
mc 1.14.4feature-cow
-rw-r--r--build.gradle4
-rw-r--r--gradle/wrapper/gradle-wrapper.properties2
2 files changed, 3 insertions, 3 deletions
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.
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index ffed3a2..db9a6b8 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists