From f28cba9e79e23c617caaa0bb0716d4cc51c9fb2a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 7 Aug 2026 20:28:39 +0000 Subject: [PATCH] Update bcprov-jdk18on to 1.85.2 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 31a22460f..bb2cf40e3 100644 --- a/build.sbt +++ b/build.sbt @@ -459,7 +459,7 @@ lazy val scalus = crossProject(JSPlatform, JVMPlatform, NativePlatform) s"-Dscalus.plugin.jar=${(scalusPlugin / Compile / packageBin).value.getAbsolutePath}", s"-Dscalus.test.classpath=${(Test / fullClasspath).value.files.map(_.getAbsolutePath).mkString(java.io.File.pathSeparator)}" ), - libraryDependencies += "org.bouncycastle" % "bcprov-jdk18on" % "1.84", + libraryDependencies += "org.bouncycastle" % "bcprov-jdk18on" % "1.85.2", libraryDependencies += "foundation.icon" % "blst-java" % "0.3.2", libraryDependencies += "org.scalus" % "scalus-secp256k1-jni" % "0.6.0", // Ethereum KZG ceremony JSON is in scalus-ethereum-kzg-ceremony resources, needed for benchmark tests @@ -938,7 +938,7 @@ lazy val scalusCardanoLedgerIt = project libraryDependencies += "org.slf4j" % "slf4j-simple" % slf4jVersion % "test", libraryDependencies += "com.lihaoyi" %%% "upickle" % "4.4.3" % "test", libraryDependencies += "com.lihaoyi" %% "requests" % "0.9.3" % "test", - libraryDependencies += "org.bouncycastle" % "bcprov-jdk18on" % "1.84" % "test", + libraryDependencies += "org.bouncycastle" % "bcprov-jdk18on" % "1.85.2" % "test", libraryDependencies += "foundation.icon" % "blst-java" % "0.3.2", libraryDependencies += "org.scalus" % "scalus-secp256k1-jni" % "0.6.0", libraryDependencies += "com.lihaoyi" %%% "pprint" % pprintVersion % "test",