From fe938d7ba4fdc4d35fdf4938bfc4c718b778747f Mon Sep 17 00:00:00 2001 From: sumit_kumar Date: Mon, 9 Dec 2024 18:05:54 -0800 Subject: [PATCH] Update Bouncy Castle to a near recent version with which compilation and test cases are passing. Bouncy castle 1.69 version was reported for vulnerabilities in the Veraocde scans. --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index bcfd42f..493cf2d 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -10,7 +10,7 @@ object Dependencies { "com.eed3si9n" %% "gigahorse-okhttp" % "0.7.0" } ) - val bouncyCastlePgp = "org.bouncycastle" % "bcpg-jdk15on" % "1.69" + val bouncyCastlePgp = "org.bouncycastle" % "bcpg-jdk18on" % "1.78.1" val specs2 = "org.specs2" %% "specs2-core" % "4.20.8" val sbtIo = "org.scala-sbt" %% "io" % "1.10.0" val parserCombinators = Def.setting(