From 5493686f4bf5986fe52ba83c7b8fa5147f075f82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 21:56:52 +0000 Subject: [PATCH] build(deps): bump org.apache.logging.log4j:log4j-core Bumps [org.apache.logging.log4j:log4j-core](https://github.com/apache/logging-log4j2) from 2.14.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.14.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] --- zuul-sample/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul-sample/build.gradle b/zuul-sample/build.gradle index 648cd43104..9d7177fe31 100644 --- a/zuul-sample/build.gradle +++ b/zuul-sample/build.gradle @@ -10,7 +10,7 @@ dependencies { implementation 'commons-configuration:commons-configuration:1.10' annotationProcessor project(":zuul-processor") - runtimeOnly 'org.apache.logging.log4j:log4j-core:2.14.0' + runtimeOnly 'org.apache.logging.log4j:log4j-core:2.20.0' runtimeOnly 'org.apache.logging.log4j:log4j-slf4j-impl:2.14.1' }