Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Update bcpkix-jdk15on, bcprov-ext-jdk15on to 1.73 #1343

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions core/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ object Dependencies {
val commonsCodec = "commons-codec" % "commons-codec" % "1.15"
val commonsCompress = "org.apache.commons" % "commons-compress" % "1.21"

val bouncyCastleCore = "org.bouncycastle" % "bcpkix-jdk15on" % "1.70"
val bouncyCastleExt = "org.bouncycastle" % "bcprov-ext-jdk15on" % "1.70"
val bouncyCastleCore = "org.bouncycastle" % "bcpkix-jdk18on" % "1.73"
val bouncyCastleExt = "org.bouncycastle" % "bcprov-ext-jdk18on" % "1.73"

val akkaActor = "com.typesafe.akka" %% "akka-actor" % Versions.akka
val akkaTestkit = "com.typesafe.akka" %% "akka-testkit" % Versions.akka
Expand Down