Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ tasks.japicmp {

configurations.all {
resolutionStrategy {
force 'com.fasterxml.jackson.core:jackson-databind:2.18.4'
force 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.4'
force 'com.fasterxml.jackson.core:jackson-databind:2.18.8'
force 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.8'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ void testMetaInf() throws Exception {
"services",
"versions",
"native-image",
"thirdparty-LICENSE",
"FastDoubleParser-NOTICE",
"Schubfach-LICENSE",
"FastDoubleParser-ThirdParty-LICENSE",
"FastDoubleParser-LICENSE"
);
}
Expand Down
2 changes: 1 addition & 1 deletion modules/k3s/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
api project(":testcontainers")

// Synchronize with the jackson version, must match major and minor version
shaded 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.4'
shaded 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.8'

testImplementation 'io.fabric8:kubernetes-client:7.6.1'
testImplementation 'io.kubernetes:client-java:25.0.0-legacy'
Expand Down
Loading