From 5314dcf7ccd980587fa03b850deb0f375932cb56 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 15 Oct 2023 02:21:53 +0100 Subject: [PATCH] use bcpkix-jdk18on (jdk15on no longer published) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 8a20d983a84..087187268e3 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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