File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,8 @@ tasks.japicmp {
6262
6363configurations. all {
6464 resolutionStrategy {
65- // use lower Jackson version
66- force ' com.fasterxml.jackson.core:jackson-databind:2.8.8'
67- force ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.8.8'
65+ force ' com.fasterxml.jackson.core:jackson-databind:2.8.9'
66+ force ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.8.9'
6867 }
6968}
7069
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
66 // https://youtu.be/otCpCn0l4Wo
77 // The core module depends on jackson-databind 2.8.x for backward compatibility.
88 // Any >2.8 version here is not compatible with jackson-databind 2.8.x.
9- shaded ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.8 '
9+ shaded ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.9 '
1010
1111 testImplementation ' io.fabric8:kubernetes-client:6.13.1'
1212 testImplementation ' io.kubernetes:client-java:21.0.1-legacy'
You can’t perform that action at this time.
0 commit comments