diff --git a/build.sc b/build.sc index a377d9b35fc..4218a9adf6e 100755 --- a/build.sc +++ b/build.sc @@ -87,7 +87,7 @@ object Deps { val junitInterface = ivy"com.github.sbt:junit-interface:0.13.2" val lambdaTest = ivy"de.tototec:de.tobiasroeser.lambdatest:0.7.0" - val log4j2Core = ivy"org.apache.logging.log4j:log4j-core:2.16.0" + val log4j2Core = ivy"org.apache.logging.log4j:log4j-core:2.17.1" val osLib = ivy"com.lihaoyi::os-lib:0.7.8" val testng = ivy"org.testng:testng:7.4.0" val sbtTestInterface = ivy"org.scala-sbt:test-interface:1.0"