diff --git a/modules/k3s/build.gradle b/modules/k3s/build.gradle index 88e3c2ffa44..56d01a5a29f 100644 --- a/modules/k3s/build.gradle +++ b/modules/k3s/build.gradle @@ -6,7 +6,7 @@ dependencies { // Synchronize with the jackson version, must match major and minor version shaded 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.4' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.0' testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' testImplementation 'io.fabric8:kubernetes-client:7.3.1'