@@ -16,26 +16,26 @@ def relVersion = System.getenv().containsKey('AUTOBAHN_BUILD_VERSION') ? System.
16
16
def siteUrl = ' https://github.com/crossbario/autobahn-java'
17
17
18
18
dependencies {
19
- api ' com.fasterxml.jackson.core:jackson-core:2.9.8 '
19
+ api ' com.fasterxml.jackson.core:jackson-core:2.11.1 '
20
20
// 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 '
24
24
if (project. IS_ANDROID ) {
25
25
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'
29
29
} else {
30
30
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 '
35
35
}
36
36
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'
39
39
}
40
40
}
41
41
0 commit comments