Update dependency org.bouncycastle:bcprov-jdk15on to v1.69

This commit is contained in:
Renovate Bot 2021-06-09 07:39:44 +00:00 committed by renovate[bot]
parent 931ad5c7fc
commit 3bb45f9a88

View file

@ -79,7 +79,7 @@ lazy val psforeverSettings = Seq(
"io.circe" %% "circe-generic" % "0.14.1",
"io.circe" %% "circe-parser" % "0.14.1",
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.3",
"org.bouncycastle" % "bcprov-jdk15on" % "1.68",
"org.bouncycastle" % "bcprov-jdk15on" % "1.69",
"org.codehaus.janino" % "janino" % "3.1.4"
),
// TODO(chord): remove exclusion when SessionActor is refactored: https://github.com/psforever/PSF-LoginServer/issues/279