diff --git a/build.gradle b/build.gradle index b776df2..410a8ac 100644 --- a/build.gradle +++ b/build.gradle @@ -81,7 +81,7 @@ dependencies { testCompile 'com.typesafe:config:1.4.0' testRuntime 'org.apache.logging.log4j:log4j-api:2.17.0' testRuntime 'org.apache.logging.log4j:log4j-core:2.17.0' - testRuntime 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.0' + testRuntime 'org.apache.logging.log4j:log4j-slf4j-impl:2.20.0' } /// ===== Tasks ===== ///