We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c87ac commit e5db9faCopy full SHA for e5db9fa
build.gradle
@@ -33,7 +33,7 @@ dependencies {
33
implementation "org.bouncycastle:bcpkix-jdk18on:1.78.1"
34
35
testImplementation "org.testcontainers:junit-jupiter:$testcontainersVersion"
36
- testImplementation "io.fabric8:kubernetes-client:6.8.0"
+ testImplementation "io.fabric8:kubernetes-client:6.13.0"
37
testImplementation "org.awaitility:awaitility:4.2.1"
38
testImplementation "org.mockito:mockito-core:4.11.0"
39
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
0 commit comments