perf: 优化稳定性
This commit is contained in:
@@ -14,11 +14,13 @@ dependencies {
|
||||
shade 'org.apache.logging.log4j:log4j-slf4j-impl:2.19.0'
|
||||
|
||||
// https://mvnrepository.com/artifact/io.netty/netty-all
|
||||
//noinspection GradlePackageUpdate
|
||||
implementationShade 'io.netty:netty-all:4.1.82.Final'
|
||||
// https://mvnrepository.com/artifact/org.yaml/snakeyaml
|
||||
implementationShade 'org.yaml:snakeyaml:1.33'
|
||||
// https://mvnrepository.com/artifact/com.google.code.gson/gson
|
||||
implementationShade 'com.google.code.gson:gson:2.8.9'
|
||||
//noinspection GradlePackageUpdate
|
||||
implementationShade 'com.google.code.gson:gson:2.8.0'
|
||||
|
||||
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
|
||||
|
Reference in New Issue
Block a user