Merge pull request #627 from psforever/renovate/org.bouncycastle-bcprov-jdk15on-1.x

Update dependency org.bouncycastle:bcprov-jdk15on to v1.67
This commit is contained in:
Mazo 2020-11-01 12:11:06 +00:00 committed by GitHub
commit a90f926783
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.*"