Skip to content

Commit 15de767

Browse files
committed
[PLAT-13849]Upgrade bouncycastle library
Summary: Upgrade bouncycastle library in build.sbt Test Plan: Manually test build iTest pipelines Reviewers: muthu, amalyshev Reviewed By: muthu, amalyshev Differential Revision: https://phorge.dev.yugabyte.com/D42747
1 parent 6d2fe30 commit 15de767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

managed/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ libraryDependencies ++= Seq(
171171
// https://github.com/YugaByte/cassandra-java-driver/releases
172172
"com.yugabyte" % "cassandra-driver-core" % "3.8.0-yb-7",
173173
"org.yaml" % "snakeyaml" % "2.1",
174-
"org.bouncycastle" % "bcpkix-jdk15on" % "1.61",
174+
"org.bouncycastle" % "bcpkix-jdk18on" % "1.80",
175175
"org.springframework.security" % "spring-security-core" % "5.8.16",
176176
"com.amazonaws" % "aws-java-sdk-ec2" % "1.12.768",
177177
"com.amazonaws" % "aws-java-sdk-kms" % "1.12.768",

0 commit comments

Comments
 (0)