@@ -33,21 +33,21 @@ def jarName = 'MServer.jar'
3333def mainClass = ' mServer.Main'
3434
3535dependencies {
36- implementation ' commons-net:commons-net:3.9 .0'
37- implementation ' org.apache.commons:commons-compress:1.22 '
38- implementation ' org.apache.commons:commons-text:1.10 .0'
39- implementation ' org.tukaani:xz:1.9 '
40- implementation ' com.google.code.gson:gson:2.10 .1'
41- implementation ' org.glassfish.jersey.core:jersey-client:3.0.8 '
42- implementation ' org.glassfish.jersey.inject:jersey-hk2:3.0.8 '
43- implementation ' org.jsoup:jsoup:1.15.4 '
44- implementation ' javax .activation:activation:1 .1.1 '
45- implementation ' com.google.guava:guava:31.1 -jre'
46- implementation ' org.apache.logging.log4j:log4j-core:2.20.0 '
36+ implementation ' commons-net:commons-net:3.12 .0'
37+ implementation ' org.apache.commons:commons-compress:1.28.0 '
38+ implementation ' org.apache.commons:commons-text:1.14 .0'
39+ implementation ' org.tukaani:xz:1.10 '
40+ implementation ' com.google.code.gson:gson:2.13 .1'
41+ implementation ' org.glassfish.jersey.core:jersey-client:3.1.11 '
42+ implementation ' org.glassfish.jersey.inject:jersey-hk2:3.1.11 '
43+ implementation ' org.jsoup:jsoup:1.21.1 '
44+ implementation ' jakarta .activation:jakarta. activation-api:2 .1.3 '
45+ implementation ' com.google.guava:guava:33.4.8 -jre'
46+ implementation ' org.apache.logging.log4j:log4j-core:2.25.1 '
4747 implementation ' fm.void.jetm:jetm:1.2.3'
4848 implementation ' com.jidesoft:jide-oss:3.6.18'
49- implementation ' com.squareup.okhttp3:okhttp:4.10 .0'
50- implementation ' com.fasterxml.jackson.core:jackson-core:2.14.2 '
49+ implementation ' com.squareup.okhttp3:okhttp:4.12 .0'
50+ implementation ' com.fasterxml.jackson.core:jackson-core:2.15.0 '
5151
5252
5353 testImplementation ' junit:junit:4.13.2'
0 commit comments