@@ -3,7 +3,7 @@ plugins {
33}
44
55group ' org.ic4j'
6- version ' 0.6.18 '
6+ version ' 0.6.19 '
77
88sourceCompatibility = 1.8
99
@@ -39,22 +39,23 @@ test {
3939dependencies {
4040implementation group : ' org.ic4j' , name : ' ic4j-candid' , version : ' 0.6.18'
4141implementation group : ' org.ic4j' , name : ' ic4j-agent' , version : ' 0.6.18'
42- implementation group : ' org.slf4j' , name : ' slf4j-simple' , version : ' 2.0.3'
42+
43+ implementation group : ' org.slf4j' , name : ' slf4j-simple' , version : ' 2.0.6'
4344
4445// https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
4546implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.12.0'
4647
4748// https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5
48- implementation group : ' org.apache.httpcomponents.client5' , name : ' httpclient5' , version : ' 5.1.3 '
49+ implementation group : ' org.apache.httpcomponents.client5' , name : ' httpclient5' , version : ' 5.1.4 '
4950
5051// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
51- implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.14.1 '
52+ implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.14.2 '
5253
5354// https://mvnrepository.com/artifact/com.fasterxml.jackson.datatype/jackson-datatype-jdk8
54- implementation group : ' com.fasterxml.jackson.datatype' , name : ' jackson-datatype-jdk8' , version : ' 2.14.1 '
55+ implementation group : ' com.fasterxml.jackson.datatype' , name : ' jackson-datatype-jdk8' , version : ' 2.14.2 '
5556
5657// https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-cbor
57- implementation group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-cbor' , version : ' 2.14.1 '
58+ implementation group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-cbor' , version : ' 2.14.2 '
5859
5960// https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on
6061implementation group : ' org.bouncycastle' , name : ' bcprov-jdk15on' , version : ' 1.70'
@@ -63,7 +64,7 @@ dependencies {
6364implementation group : ' org.bouncycastle' , name : ' bcpkix-jdk15on' , version : ' 1.70'
6465
6566// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine
66- testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-engine' , version : ' 5.9.1 '
67+ testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-engine' , version : ' 5.9.2 '
6768}
6869
6970
0 commit comments