log4j 2.17.1

Fixes CVE-2021-44832
https://logging.apache.org/log4j/2.x/security.html
This commit is contained in:
Eugene Yokota 2021-12-28 23:07:39 -05:00
parent 43088834d2
commit d71a1fbdac
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ object Dependencies {
val scalaPar = "org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.0"
// specify all of log4j modules to prevent misalignment
def log4jModule = (n: String) => "org.apache.logging.log4j" % n % "2.17.0"
def log4jModule = (n: String) => "org.apache.logging.log4j" % n % "2.17.1"
val log4jApi = log4jModule("log4j-api")
val log4jCore = log4jModule("log4j-core")
val log4jSlf4jImpl = log4jModule("log4j-slf4j-impl")