diff --git a/build.gradle b/build.gradle index b776df2..d66e647 100644 --- a/build.gradle +++ b/build.gradle @@ -79,7 +79,7 @@ dependencies { // Check-against libraries testCompile 'org.json:json:20190722' testCompile 'com.typesafe:config:1.4.0' - testRuntime 'org.apache.logging.log4j:log4j-api:2.17.0' + testRuntime 'org.apache.logging.log4j:log4j-api:2.20.0' testRuntime 'org.apache.logging.log4j:log4j-core:2.17.0' testRuntime 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.0' }