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.
1 parent 96c7c0a commit 6fee22cCopy full SHA for 6fee22c
build.sbt
@@ -133,7 +133,7 @@ lazy val javaSSL = module("java-ssl") {
133
.settings(
134
description := "java ssl for kubernetes config",
135
libraryDependencies ++= Seq(
136
- "org.bouncycastle" % "bcpkix-jdk18on" % "1.80"
+ "org.bouncycastle" % "bcpkix-jdk18on" % "1.82"
137
)
138
139
.dependsOn(client)
0 commit comments