Skip to content

Commit 7049a93

Browse files
author
Zach Chuba
committed
Add yaml dataformats instead
1 parent 8fff2ee commit 7049a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/k3s/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
// https://youtu.be/otCpCn0l4Wo
77
// The core module depends on jackson-databind 2.8.x for backward compatibility.
88
// 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'
9+
shaded 'com.fasterxml.jackson.dataformat:jackson-dataformats-yaml:2.18.2'
1010

1111
testImplementation 'io.fabric8:kubernetes-client:6.13.1'
1212
testImplementation 'io.kubernetes:client-java:21.0.1-legacy'

0 commit comments

Comments
 (0)