From 5ad1712552379f94b1767fda5eb367cb45698d92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 11 Feb 2019 07:08:37 +0000 Subject: [PATCH] Bump log4j-jul from 2.11.1 to 2.11.2 Bumps log4j-jul from 2.11.1 to 2.11.2. Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fc1c0fec81d..a113994a92d 100644 --- a/build.gradle +++ b/build.gradle @@ -166,7 +166,7 @@ dependencies { testCompile 'org.junit.platform:junit-platform-launcher:1.4.0' testRuntime 'org.apache.logging.log4j:log4j-core:2.11.1' - testRuntime 'org.apache.logging.log4j:log4j-jul:2.11.1' + testRuntime 'org.apache.logging.log4j:log4j-jul:2.11.2' testCompile 'org.mockito:mockito-core:2.24.0' testCompile 'com.github.tomakehurst:wiremock:2.21.0' testCompile 'org.assertj:assertj-swing-junit:3.8.0'