@@ -3,7 +3,7 @@ plugins {
33}
44
55group ' org.ic4j'
6- version ' 0.6.17 '
6+ version ' 0.6.18 '
77
88sourceCompatibility = 1.8
99
3737}
3838
3939dependencies {
40- implementation group : ' org.ic4j' , name : ' ic4j-candid' , version : ' 0.6.17 '
41- implementation group : ' org.ic4j' , name : ' ic4j-agent' , version : ' 0.6.17 '
40+ implementation group : ' org.ic4j' , name : ' ic4j-candid' , version : ' 0.6.18 '
41+ implementation group : ' org.ic4j' , name : ' ic4j-agent' , version : ' 0.6.18 '
4242implementation group : ' org.slf4j' , name : ' slf4j-simple' , version : ' 2.0.3'
4343
4444// https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
@@ -48,13 +48,13 @@ dependencies {
4848implementation group : ' org.apache.httpcomponents.client5' , name : ' httpclient5' , version : ' 5.1.3'
4949
5050// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
51- implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.13.4.2 '
51+ implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.14.1 '
5252
5353// https://mvnrepository.com/artifact/com.fasterxml.jackson.datatype/jackson-datatype-jdk8
54- implementation group : ' com.fasterxml.jackson.datatype' , name : ' jackson-datatype-jdk8' , version : ' 2.13.4 '
54+ implementation group : ' com.fasterxml.jackson.datatype' , name : ' jackson-datatype-jdk8' , version : ' 2.14.1 '
5555
5656// https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-cbor
57- implementation group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-cbor' , version : ' 2.13.4 '
57+ implementation group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-cbor' , version : ' 2.14.1 '
5858
5959// https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on
6060implementation group : ' org.bouncycastle' , name : ' bcprov-jdk15on' , version : ' 1.70'
0 commit comments