diff --git a/build.sc b/build.sc index 041caf8d85f..6b838687ff1 100755 --- a/build.sc +++ b/build.sc @@ -112,7 +112,7 @@ object Deps { val junitInterface = ivy"com.github.sbt:junit-interface:0.13.2" val lambdaTest = ivy"de.tototec:de.tobiasroeser.lambdatest:0.7.1" - val log4j2Core = ivy"org.apache.logging.log4j:log4j-core:2.17.0" + val log4j2Core = ivy"org.apache.logging.log4j:log4j-core:2.17.1" val osLib = ivy"com.lihaoyi::os-lib:0.8.0" val testng = ivy"org.testng:testng:7.4.0" val sbtTestInterface = ivy"org.scala-sbt:test-interface:1.0"