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.
2 parents 3cb3086 + 2aa1479 commit 248556bCopy full SHA for 248556b
build.gradle
@@ -68,7 +68,7 @@ dependencies {
68
implementation project.deps.kubernetesClientApi
69
runtimeOnly group: 'io.fabric8', name: 'kubernetes-client', version: project.versions.kubernetesClientApi
70
71
- testImplementation platform('org.junit:junit-bom:5.11.3')
+ testImplementation platform('org.junit:junit-bom:5.12.0')
72
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
73
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
74
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
0 commit comments