From 1cce4d53378f1896bc767ea19e6c2cc977518900 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 04:18:02 +0000 Subject: [PATCH] Bump org.apache.logging.log4j:log4j-core from 2.17.0 to 2.20.0 Bumps [org.apache.logging.log4j:log4j-core](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-core 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..97f141e 100644 --- a/build.gradle +++ b/build.gradle @@ -80,7 +80,7 @@ dependencies { 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-core:2.17.0' + testRuntime 'org.apache.logging.log4j:log4j-core:2.20.0' testRuntime 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.0' }