We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631531f commit f7dcfa8Copy full SHA for f7dcfa8
modules/k3s/build.gradle
@@ -3,7 +3,7 @@ description = "Testcontainers :: K3S"
3
dependencies {
4
api project(":testcontainers")
5
6
- shaded 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.1'
+ shaded 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.8'
7
8
testImplementation 'io.fabric8:kubernetes-client:5.11.0'
9
testImplementation 'io.kubernetes:client-java:14.0.0'
0 commit comments