Skip to content

Commit d9dcf23

Browse files
author
Zach Chuba
committed
Downgrade to 2.18.1 due to dataformats not updating yet
1 parent 7049a93 commit d9dcf23

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ tasks.japicmp {
6363
configurations.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

modules/k3s/build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ description = "Testcontainers :: K3S"
33
dependencies {
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'

0 commit comments

Comments
 (0)