diff --git a/build.gradle b/build.gradle index f352598892e..cdbd0f20258 100644 --- a/build.gradle +++ b/build.gradle @@ -162,7 +162,7 @@ dependencies { testCompile 'org.junit.platform:junit-platform-launcher:1.5.1' testRuntime 'org.apache.logging.log4j:log4j-core:2.12.0' - testRuntime 'org.apache.logging.log4j:log4j-jul:2.12.0' + testRuntime 'org.apache.logging.log4j:log4j-jul:2.12.1' testCompile 'org.mockito:mockito-core:3.0.0' testCompile 'com.github.tomakehurst:wiremock:2.24.0' testCompile 'org.reflections:reflections:0.9.11'