Bump log4j2 to 2.11.1

This commit is contained in:
Antonio Cunei 2018-11-28 20:41:44 +01:00
parent c2115cc347
commit 94aa8591e6
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ object Dependencies {
val scalaXml = scala211Module("scala-xml", "1.0.6")
val scalaParsers = scala211Module("scala-parser-combinators", "1.0.5")
def log4jVersion = "2.8.1"
def log4jVersion = "2.11.1"
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