We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fff2ee commit 7049a93Copy full SHA for 7049a93
modules/k3s/build.gradle
@@ -6,7 +6,7 @@ dependencies {
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-text:2.18.2'
+ shaded 'com.fasterxml.jackson.dataformat:jackson-dataformats-yaml:2.18.2'
10
11
testImplementation 'io.fabric8:kubernetes-client:6.13.1'
12
testImplementation 'io.kubernetes:client-java:21.0.1-legacy'
0 commit comments