Merge pull request #738 from psforever/renovate/org.codehaus.janino-janino-2.x

Update dependency org.codehaus.janino:janino to v2.7.8
This commit is contained in:
Mazo 2021-03-26 17:50:54 +00:00 committed by GitHub
commit a0ed8ac9b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,7 +80,7 @@ lazy val psforeverSettings = Seq(
"io.circe" %% "circe-parser" % "0.13.0",
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.1",
"org.bouncycastle" % "bcprov-jdk15on" % "1.68",
"org.codehaus.janino" % "janino" % "2.6.1"
"org.codehaus.janino" % "janino" % "2.7.8"
),
// TODO(chord): remove exclusion when SessionActor is refactored: https://github.com/psforever/PSF-LoginServer/issues/279
coverageExcludedPackages := "net\\.psforever\\.actors\\.session\\.SessionActor.*"