Skip to content

Commit 14deb03

Browse files
committed
Bump version of docker-java-bom to 3.5.3
Also downgrade jackson to 2.18.4 to be aligned with docker-java-bom.
1 parent 47b1067 commit 14deb03

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

core/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ tasks.japicmp {
6262

6363
configurations.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

modules/k3s/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)