mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-14 16:04:41 +00:00
Update dependency org.bouncycastle:bcprov-jdk15on to v1.69
This commit is contained in:
parent
931ad5c7fc
commit
3bb45f9a88
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ lazy val psforeverSettings = Seq(
|
||||||
"io.circe" %% "circe-generic" % "0.14.1",
|
"io.circe" %% "circe-generic" % "0.14.1",
|
||||||
"io.circe" %% "circe-parser" % "0.14.1",
|
"io.circe" %% "circe-parser" % "0.14.1",
|
||||||
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.3",
|
"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"
|
"org.codehaus.janino" % "janino" % "3.1.4"
|
||||||
),
|
),
|
||||||
// TODO(chord): remove exclusion when SessionActor is refactored: https://github.com/psforever/PSF-LoginServer/issues/279
|
// TODO(chord): remove exclusion when SessionActor is refactored: https://github.com/psforever/PSF-LoginServer/issues/279
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue