更新依赖

This commit is contained in:
Xujiayao 2023-10-27 21:06:25 +08:00
parent 9d0d1a4438
commit c81b469cd3
11 changed files with 19 additions and 19 deletions

View file

@ -1,5 +1,5 @@
plugins {
id "fabric-loom" version "1.3-SNAPSHOT" apply false
id "fabric-loom" version "1.4-SNAPSHOT" apply false
id "com.replaymod.preprocess" version "SNAPSHOT"
}

View file

@ -25,7 +25,7 @@ dependencies {
modImplementation("net.fabricmc:fabric-loader:${loader_version}")
modImplementation("net.fabricmc.fabric-api:fabric-api:${fabric_version}")
modImplementation("net.dv8tion:JDA:5.0.0-beta.13") {
modImplementation("net.dv8tion:JDA:5.0.0-beta.16") {
exclude module: "opus-java"
}
modImplementation("net.sf.trove4j:trove4j:3.0.3")
@ -40,7 +40,7 @@ dependencies {
modImplementation("org.jetbrains.kotlin:kotlin-stdlib:1.6.20")
modImplementation("com.vdurmont:emoji-java:5.1.1")
modImplementation("org.json:json:20230227") // Vulnerabilities exist in older versions
modImplementation("org.json:json:20231013") // Vulnerabilities exist in older versions
modImplementation("com.google.code.gson:gson:2.10.1")
}

View file

@ -10,6 +10,6 @@ archives_base_name=MC-Discord-Chat
# Wrapper Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.1
loader_version=0.14.22
fabric_version=0.89.2+1.20.2
yarn_mappings=1.20.2+build.4
loader_version=0.14.24
fabric_version=0.90.4+1.20.2

View file

@ -2,7 +2,7 @@
# check these on https://fabricmc.net/develop
minecraft_version=1.15.2
yarn_mappings=1.15.2+build.17
loader_version=0.14.22
loader_version=0.14.24
# Fabric Mod Metadata
minecraft_dependency=~1.14.4,~1.15.2

View file

@ -2,7 +2,7 @@
# check these on https://fabricmc.net/develop
minecraft_version=1.16.5
yarn_mappings=1.16.5+build.10
loader_version=0.14.22
loader_version=0.14.24
# Fabric Mod Metadata
minecraft_dependency=~1.16.4

View file

@ -2,7 +2,7 @@
# check these on https://fabricmc.net/develop
minecraft_version=1.17.1
yarn_mappings=1.17.1+build.65
loader_version=0.14.22
loader_version=0.14.24
# Fabric Mod Metadata
minecraft_dependency=~1.17

View file

@ -2,7 +2,7 @@
# check these on https://fabricmc.net/develop
minecraft_version=1.18.2
yarn_mappings=1.18.2+build.4
loader_version=0.14.22
loader_version=0.14.24
# Fabric Mod Metadata
minecraft_dependency=~1.18

View file

@ -2,10 +2,10 @@
# check these on https://fabricmc.net/develop
minecraft_version=1.19.4
yarn_mappings=1.19.4+build.2
loader_version=0.14.22
loader_version=0.14.24
# Fabric Mod Metadata
minecraft_dependency=~1.19.4
# Dependencies
fabric_version=0.87.0+1.19.4
fabric_version=0.87.1+1.19.4

View file

@ -2,10 +2,10 @@
# check these on https://fabricmc.net/develop
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.10
loader_version=0.14.22
loader_version=0.14.24
# Fabric Mod Metadata
minecraft_dependency=1.20,1.20.1
# Dependencies
fabric_version=0.89.0+1.20.1
fabric_version=0.90.4+1.20.1

View file

@ -1,11 +1,11 @@
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.1
loader_version=0.14.22
yarn_mappings=1.20.2+build.4
loader_version=0.14.24
# Fabric Mod Metadata
minecraft_dependency=~1.20.2
# Dependencies
fabric_version=0.89.2+1.20.2
fabric_version=0.90.4+1.20.2

View file

@ -17,7 +17,7 @@ dependencies {
modImplementation("net.fabricmc:fabric-loader:${loader_version}")
modImplementation("net.fabricmc.fabric-api:fabric-api:${fabric_version}")
include("net.dv8tion:JDA:5.0.0-beta.13") {
include("net.dv8tion:JDA:5.0.0-beta.16") {
exclude module: "opus-java"
}
include("net.sf.trove4j:trove4j:3.0.3")
@ -32,7 +32,7 @@ dependencies {
include("org.jetbrains.kotlin:kotlin-stdlib:1.6.20")
include("com.vdurmont:emoji-java:5.1.1")
include("org.json:json:20230227") // Vulnerabilities exist in older versions
include("org.json:json:20231013") // Vulnerabilities exist in older versions
include("com.google.code.gson:gson:2.10.1")
}