@@ -20,26 +20,23 @@ def SONATYPE_USER = System.getenv().containsKey('SONATYPE_USER') ? System.getenv
2020def SONATYPE_PASS = System . getenv(). containsKey(' SONATYPE_PASS' ) ? System . getenv(' SONATYPE_PASS' ): ' '
2121
2222dependencies {
23- api ' com.fasterxml.jackson.core:jackson-core:2.12.3'
24- implementation ' com.fasterxml.jackson.core:jackson-databind:2.12.3'
25- implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.12.3'
26- implementation ' org.msgpack:jackson-dataformat-msgpack:0.8.22'
23+ api ' com.fasterxml.jackson.core:jackson-core:2.16.1'
24+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.16.1'
25+ implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.16.1'
26+ implementation ' org.msgpack:jackson-dataformat-msgpack:0.9.8'
27+ implementation ' org.web3j:core:5.0.0'
28+ implementation ' org.web3j:abi:5.0.0'
29+ implementation ' org.web3j:utils:5.0.0'
2730 if (IS_ANDROID ) {
2831 implementation ' com.github.joshjdevl.libsodiumjni:libsodium-jni-aar:2.0.2'
29- implementation ' org.web3j:core:4.6.0-android'
30- implementation ' org.web3j:abi:4.6.0-android'
31- implementation ' org.web3j:utils:4.6.0-android'
3232 } else {
3333 implementation ' com.github.joshjdevl.libsodiumjni:libsodium-jni:2.0.2'
34- implementation ' org.web3j:core:4.6.0'
35- implementation ' org.web3j:abi:4.6.0'
36- implementation ' org.web3j:utils:4.6.0'
37- implementation ' org.json:json:20210307'
38- implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.3'
34+ implementation ' org.json:json:20240205'
35+ implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.5'
3936 }
4037 if (IS_NETTY ) {
41- implementation ' io.netty:netty-codec-http:4.1.63 .Final'
42- implementation ' io.netty:netty-handler:4.1.63 .Final'
38+ implementation ' io.netty:netty-codec-http:4.1.106 .Final'
39+ implementation ' io.netty:netty-handler:4.1.106 .Final'
4340 }
4441}
4542
0 commit comments