File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed
Expand file tree Collapse file tree 2 files changed +7
-10
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.18.4'
66+ force ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.4'
6867 }
6968}
7069
@@ -88,8 +87,8 @@ dependencies {
8887
8988 shaded ' org.awaitility:awaitility:4.3.0'
9089
91- api platform(' com.github.docker-java:docker-java-bom:3.4.2 ' )
92- shaded platform(' com.github.docker-java:docker-java-bom:3.4.2 ' )
90+ api platform(' com.github.docker-java:docker-java-bom:3.5.3 ' )
91+ shaded platform(' com.github.docker-java:docker-java-bom:3.5.3 ' )
9392
9493 api " com.github.docker-java:docker-java-api"
9594
@@ -100,7 +99,7 @@ dependencies {
10099 api ' com.github.docker-java:docker-java-transport-zerodep'
101100
102101 shaded ' com.google.guava:guava:33.3.1-jre'
103- shaded " org.yaml:snakeyaml:1.33 "
102+ shaded " org.yaml:snakeyaml:2.4 "
104103
105104 shaded ' org.glassfish.main.external:trilead-ssh2-repackaged:4.1.2'
106105
Original file line number Diff line number Diff line change @@ -3,10 +3,8 @@ 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-dataformat-yaml:2.8.8'
6+ // Synchronize with the jackson version, must match major and minor version
7+ shaded ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.4'
108
119 testImplementation ' io.fabric8:kubernetes-client:7.3.1'
1210 testImplementation ' io.kubernetes:client-java:24.0.0-legacy'
You can’t perform that action at this time.
0 commit comments