Merge pull request #6750 from eed3si9n/wip/log4j

[1.6.x] log4j 2.16.0
This commit is contained in:
eugene yokota 2021-12-15 16:38:25 -05:00 committed by GitHub
commit e944017d79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.15.0"
def log4jModule = (n: String) => "org.apache.logging.log4j" % n % "2.16.0"
val log4jApi = log4jModule("log4j-api")
val log4jCore = log4jModule("log4j-core")
val log4jSlf4jImpl = log4jModule("log4j-slf4j-impl")