Skip to content

Commit

Permalink
Update bcpkix-jdk18on, bcprov-jdk18on to 1.79 (#1796)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 5, 2024
1 parent 9120895 commit eeb7229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ object Dependencies {
val jawnParser = "org.typelevel" %% "jawn-parser" % "1.6.0"
val nettyHandler = "io.netty" % "netty-handler" % "4.1.114.Final"

private val bouncycastleVersion = "1.78.1"
private val bouncycastleVersion = "1.79"

val bouncyCastleBcprov = "org.bouncycastle" % "bcprov-jdk18on" % bouncycastleVersion
val bouncyCastleBcpkix = "org.bouncycastle" % "bcpkix-jdk18on" % bouncycastleVersion
Expand Down

0 comments on commit eeb7229

Please sign in to comment.