From ae416b6d38f5143cca263c6b8da53f691094467e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 16:51:18 +0000 Subject: [PATCH] Bump org.apache.logging.log4j:log4j-core from 2.17.2 to 2.20.0 Bumps [org.apache.logging.log4j:log4j-core](https://github.com/apache/logging-log4j2) from 2.17.2 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.17.2...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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index ef3200bd..8ad72980 100644 --- a/build.gradle +++ b/build.gradle @@ -322,7 +322,7 @@ dependencies { implementation group: 'org.apache.commons', name: 'commons-text', version: '1.10.0' implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0' implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.19.0' - implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.19.0' + implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.20.0' implementation group: 'org.mongodb', name: 'mongodb-driver-sync', version: '4.8.1' implementation group: 'com.github.mwiede', name: 'jsch', version: '0.2.6' implementation group: 'org.apache.calcite', name: 'calcite-core', version: '1.32.0' @@ -353,7 +353,7 @@ dependencies { testFixturesImplementation group: 'com.google.guava', name: 'guava', version: '29.0-jre' testFixturesImplementation group: 'org.mongodb', name: 'mongodb-driver-sync', version: '4.8.1' testFixturesImplementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.17.2' - testFixturesImplementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.17.2' + testFixturesImplementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.20.0' } publishing {