File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ plugins {
44}
55
66dependencies {
7- api(" com.fasterxml.jackson.core:jackson-core:2.14.3 " )
8- api(" com.fasterxml.jackson.core:jackson-databind:2.14.3 " )
7+ api(" com.fasterxml.jackson.core:jackson-core:2.18.1 " )
8+ api(" com.fasterxml.jackson.core:jackson-databind:2.18.1 " )
99
10- implementation(" com.fasterxml.jackson.core:jackson-annotations:2.14.3 " )
11- implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.14.3 " )
12- implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14.3 " )
13- implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.14.3 " )
10+ implementation(" com.fasterxml.jackson.core:jackson-annotations:2.18.1 " )
11+ implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.1 " )
12+ implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.1 " )
13+ implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.18.1 " )
1414 implementation(" org.apache.httpcomponents.core5:httpcore5:5.2.4" )
1515 implementation(" org.apache.httpcomponents.client5:httpclient5:5.3.1" )
1616
You can’t perform that action at this time.
0 commit comments