@@ -16,26 +16,26 @@ def relVersion = System.getenv().containsKey('AUTOBAHN_BUILD_VERSION') ? System.
1616def siteUrl = ' https://github.com/crossbario/autobahn-java'
1717
1818dependencies {
19- api ' com.fasterxml.jackson.core:jackson-core:2.9.8 '
19+ api ' com.fasterxml.jackson.core:jackson-core:2.11.1 '
2020 // api 'net.sourceforge.streamsupport:streamsupport-cfuture:1.6.2'
21- implementation ' com.fasterxml.jackson.core:jackson-databind:2.9.8 '
22- implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.9.8 '
23- implementation ' org.msgpack:jackson-dataformat-msgpack:0.8.16 '
21+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.11.1 '
22+ implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.11.1 '
23+ implementation ' org.msgpack:jackson-dataformat-msgpack:0.8.20 '
2424 if (project. IS_ANDROID ) {
2525 implementation ' com.github.joshjdevl.libsodiumjni:libsodium-jni-aar:2.0.2'
26- implementation ' org.web3j:core:4.2 .0-android'
27- implementation ' org.web3j:abi:4.2 .0-android'
28- implementation ' org.web3j:utils:4.2 .0-android'
26+ implementation ' org.web3j:core:4.6 .0-android'
27+ implementation ' org.web3j:abi:4.6 .0-android'
28+ implementation ' org.web3j:utils:4.6 .0-android'
2929 } else {
3030 implementation ' com.github.joshjdevl.libsodiumjni:libsodium-jni:2.0.2'
31- implementation ' org.web3j:core:4.2 .0'
32- implementation ' org.web3j:abi:4.2 .0'
33- implementation ' org.web3j:utils:4.2 .0'
34- implementation ' org.json:json:20190722 '
31+ implementation ' org.web3j:core:4.6 .0'
32+ implementation ' org.web3j:abi:4.6 .0'
33+ implementation ' org.web3j:utils:4.6 .0'
34+ implementation ' org.json:json:20200518 '
3535 }
3636 if (project. IS_NETTY ) {
37- implementation ' io.netty:netty-codec-http:4.1.34 .Final'
38- implementation ' io.netty:netty-handler:4.1.34 .Final'
37+ implementation ' io.netty:netty-codec-http:4.1.50 .Final'
38+ implementation ' io.netty:netty-handler:4.1.50 .Final'
3939 }
4040}
4141
0 commit comments