From e6db97222618a12fb80b017171e630dfd04312d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 10:39:01 -0700 Subject: [PATCH] Bump log4j-core from 2.17.1 to 2.20.0 (#1054) * Bump log4j-core from 2.17.1 to 2.20.0 Bumps [log4j-core](https://github.com/apache/logging-log4j2) from 2.17.1 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.1...rel/2.20.0) --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Add log4j-api 2.20.0 dependency to fix broken build by log4j-core bump to 2.20.0 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lucienlu-aws <132623944+lucienlu-aws@users.noreply.github.com> --- pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cdc6be2a..46a169fa 100644 --- a/pom.xml +++ b/pom.xml @@ -111,7 +111,14 @@ org.apache.logging.log4j log4j-core - 2.17.1 + 2.20.0 + test + + + + org.apache.logging.log4j + log4j-api + 2.20.0 test