From af94146f33ba4a7afee6e2d78729b946cc61d17e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 1 Nov 2020 09:53:08 +0000 Subject: [PATCH] Update dependency org.bouncycastle:bcprov-jdk15on to v1.67 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 09b843d14..902995349 100644 --- a/build.sbt +++ b/build.sbt @@ -78,7 +78,7 @@ lazy val psforeverSettings = Seq( "io.circe" %% "circe-generic" % "0.13.0", "io.circe" %% "circe-parser" % "0.13.0", "org.scala-lang.modules" %% "scala-parallel-collections" % "0.2.0", - "org.bouncycastle" % "bcprov-jdk15on" % "1.66" + "org.bouncycastle" % "bcprov-jdk15on" % "1.67" ), // TODO(chord): remove exclusion when SessionActor is refactored: https://github.com/psforever/PSF-LoginServer/issues/279 coverageExcludedPackages := "net\\.psforever\\.actors\\.session\\.SessionActor.*"