File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ tasks.japicmp {
6262
6363configurations. all {
6464 resolutionStrategy {
65- force ' com.fasterxml.jackson.core:jackson-databind:2.19.0 '
66- force ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.0 '
65+ force ' com.fasterxml.jackson.core:jackson-databind:2.18.4 '
66+ force ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.4 '
6767 }
6868}
6969
@@ -87,8 +87,8 @@ dependencies {
8787
8888 shaded ' org.awaitility:awaitility:4.2.0'
8989
90- api platform(' com.github.docker-java:docker-java-bom:3.4.2 ' )
91- 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 ' )
9292
9393 api " com.github.docker-java:docker-java-api"
9494
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
44 api project(" :testcontainers" )
55
66 // Synchronize with the jackson version, must match major and minor version
7- shaded ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.19.0 '
7+ shaded ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.4 '
88
99 testImplementation ' io.fabric8:kubernetes-client:6.13.1'
1010 testImplementation ' io.kubernetes:client-java:21.0.1-legacy'
You can’t perform that action at this time.
0 commit comments