Skip to content

Commit

Permalink
Use jackson 2.8.8 in k3s module (#4928)
Browse files Browse the repository at this point in the history
To ensure same jackson version across TC core and modules, this commit manually aligns them.
  • Loading branch information
kiview committed Jan 17, 2022
1 parent 631531f commit f7dcfa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/k3s/build.gradle
Expand Up @@ -3,7 +3,7 @@ description = "Testcontainers :: K3S"
dependencies {
api project(":testcontainers")

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

testImplementation 'io.fabric8:kubernetes-client:5.11.0'
testImplementation 'io.kubernetes:client-java:14.0.0'
Expand Down

0 comments on commit f7dcfa8

Please sign in to comment.