Skip to content

Commit f7dcfa8

Browse files
authored
Use jackson 2.8.8 in k3s module (#4928)
To ensure same jackson version across TC core and modules, this commit manually aligns them.
1 parent 631531f commit f7dcfa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/k3s/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = "Testcontainers :: K3S"
33
dependencies {
44
api project(":testcontainers")
55

6-
shaded 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.1'
6+
shaded 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.8'
77

88
testImplementation 'io.fabric8:kubernetes-client:5.11.0'
99
testImplementation 'io.kubernetes:client-java:14.0.0'

0 commit comments

Comments
 (0)