Skip to content

Commit

Permalink
Update bcpkix-jdk18on to 1.80 (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi authored Jan 15, 2025
1 parent b9e4e45 commit 5390e3e
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 @@ -133,7 +133,7 @@ lazy val javaSSL = module("java-ssl") {
.settings(
description := "java ssl for kubernetes config",
libraryDependencies ++= Seq(
"org.bouncycastle" % "bcpkix-jdk18on" % "1.79"
"org.bouncycastle" % "bcpkix-jdk18on" % "1.80"
)
)
.dependsOn(client)
Expand Down

0 comments on commit 5390e3e

Please sign in to comment.