Merge pull request #4571 from eed3si9n/wip/bumplog4j

log4j 2.11.2
This commit is contained in:
eugene yokota 2019-03-23 10:51:38 -04:00 committed by GitHub
commit 1da0b3afd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ object Dependencies {
val scalaXml = scala211Module("scala-xml", "1.1.1")
val scalaParsers = scala211Module("scala-parser-combinators", "1.1.1")
def log4jVersion = "2.11.1"
def log4jVersion = "2.11.2"
val log4jApi = "org.apache.logging.log4j" % "log4j-api" % log4jVersion
val log4jCore = "org.apache.logging.log4j" % "log4j-core" % log4jVersion
val log4jSlf4jImpl = "org.apache.logging.log4j" % "log4j-slf4j-impl" % log4jVersion