Skip to content

Commit

Permalink
use bcpkix-jdk18on (jdk15on no longer published)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored and He-Pin committed Oct 16, 2023
1 parent 955b622 commit 5314dcf
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 @@ -132,7 +132,7 @@ object Dependencies {
}

object TestDependencies {
val bcpkix = "org.bouncycastle" % "bcpkix-jdk15on" % "1.70" % Test
val bcpkix = "org.bouncycastle" % "bcpkix-jdk18on" % "1.76" % Test
val commonsMath = "org.apache.commons" % "commons-math" % "2.2" % Test
val commonsIo = "commons-io" % "commons-io" % "2.14.0" % Test
val commonsCodec = "commons-codec" % "commons-codec" % "1.16.0" % Test
Expand Down

0 comments on commit 5314dcf

Please sign in to comment.