We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222f1e7 commit 4ec19ecCopy full SHA for 4ec19ec
build.gradle
@@ -30,7 +30,7 @@ ext {
30
31
dependencies {
32
api "org.testcontainers:testcontainers:$testcontainersVersion"
33
- implementation "org.bouncycastle:bcpkix-jdk18on:1.77"
+ 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"
0 commit comments