From 230877f73be4c75224b446cd5f484e03a917f7c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 04:18:28 +0000 Subject: [PATCH] Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.17.0 to 2.20.0 Bumps [org.apache.logging.log4j:log4j-slf4j-impl](https://github.com/apache/logging-log4j2) from 2.17.0 to 2.20.0. - [Release notes](https://github.com/apache/logging-log4j2/releases) - [Changelog](https://github.com/apache/logging-log4j2/blob/release-2.x/CHANGELOG.adoc) - [Commits](https://github.com/apache/logging-log4j2/compare/rel/2.17.0...rel/2.20.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..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 ===== ///