File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ tasks.japicmp {
6363configurations. all {
6464 resolutionStrategy {
6565 // use lower Jackson version
66- force ' com.fasterxml.jackson.core:jackson-databind:2.18.2 '
67- force ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2 '
66+ force ' com.fasterxml.jackson.core:jackson-databind:2.18.1 '
67+ force ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.1 '
6868 }
6969}
7070
Original file line number Diff line number Diff line change @@ -3,10 +3,9 @@ description = "Testcontainers :: K3S"
33dependencies {
44 api project(" :testcontainers" )
55
6- // https://youtu.be/otCpCn0l4Wo
7- // The core module depends on jackson-databind 2.8.x for backward compatibility.
8- // Any >2.8 version here is not compatible with jackson-databind 2.8.x.
9- shaded ' com.fasterxml.jackson.dataformat:jackson-dataformats-yaml:2.18.2'
6+ // The version of jackson-dataformats must match the version of jackson.
7+ // Artifact previously resided with different name prior to version 2.9
8+ shaded ' com.fasterxml.jackson.dataformat:jackson-dataformats-yaml:2.18.1'
109
1110 testImplementation ' io.fabric8:kubernetes-client:6.13.1'
1211 testImplementation ' io.kubernetes:client-java:21.0.1-legacy'
You can’t perform that action at this time.
0 commit comments