Skip to content

Commit 6fee22c

Browse files
committed
Update bcpkix-jdk18on to 1.82
1 parent 96c7c0a commit 6fee22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ lazy val javaSSL = module("java-ssl") {
133133
.settings(
134134
description := "java ssl for kubernetes config",
135135
libraryDependencies ++= Seq(
136-
"org.bouncycastle" % "bcpkix-jdk18on" % "1.80"
136+
"org.bouncycastle" % "bcpkix-jdk18on" % "1.82"
137137
)
138138
)
139139
.dependsOn(client)

0 commit comments

Comments
 (0)