Skip to content

Commit

Permalink
Update bcpkix-jdk18on to 1.76
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed Aug 1, 2023
1 parent 676468b commit 3f63c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ lazy val javaSSL = module("java-ssl") {
.settings(
description := "java ssl for kubernetes config",
libraryDependencies ++= Seq(
"org.bouncycastle" % "bcpkix-jdk18on" % "1.75"
"org.bouncycastle" % "bcpkix-jdk18on" % "1.76"
)
)
.dependsOn(client)
Expand Down

0 comments on commit 3f63c25

Please sign in to comment.