From 843422ddbedb99f37d8697b9dcf0f0aa7312c7be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 02:15:08 +0000 Subject: [PATCH] build(deps): bump org.apache.logging.log4j:log4j-slf4j-impl Bumps [org.apache.logging.log4j:log4j-slf4j-impl](https://github.com/apache/logging-log4j2) from 2.19.0 to 2.20.0. - [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/CHANGELOG.adoc) - [Commits](https://github.com/apache/logging-log4j2/compare/rel/2.19.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 b6a448ec..fb1c80ed 100644 --- a/build.gradle +++ b/build.gradle @@ -30,5 +30,5 @@ dependencies { compile group: 'com.amazonaws', name: 'amazon-kinesis-client', version: '1.14.8' compile group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-ion', version: '2.14.1' - compile group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.19.0' + compile group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.20.0' }