From c3a4b2ee04e5fa134f2aa29587a16a9b2c9a0ac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 18:46:19 +0000 Subject: [PATCH] Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.17.0 to 2.19.0 Bumps org.apache.logging.log4j:log4j-slf4j-impl from 2.17.0 to 2.19.0. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-slf4j-impl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b776df2..9f19f42 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.19.0' } /// ===== Tasks ===== ///