File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
plugins/gradle/example-client-kotlin Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ dependencies {
32
32
33
33
implementation " javax.validation:validation-api:2.0.1.Final"
34
34
implementation " com.squareup.okhttp3:okhttp:4.11.0"
35
- implementation " com.fasterxml.jackson.core:jackson-core:2.15.3 "
36
- implementation " com.fasterxml.jackson.core:jackson-databind:2.15.3 "
35
+ implementation " com.fasterxml.jackson.core:jackson-core:2.20.0 "
36
+ implementation " com.fasterxml.jackson.core:jackson-databind:2.20.0 "
37
37
implementation " com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2"
38
- implementation " com.fasterxml.jackson.core:jackson-annotations:2.15.3 "
38
+ implementation " com.fasterxml.jackson.core:jackson-annotations:2.20.0 "
39
39
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8"
40
40
41
41
testImplementation " org.junit.jupiter:junit-jupiter-api:5.10.2"
You can’t perform that action at this time.
0 commit comments