From a3342bca0a4bf32364861026d5ec5a8c00df85c8 Mon Sep 17 00:00:00 2001 From: lmossman Date: Mon, 20 Dec 2021 12:06:04 -0800 Subject: [PATCH] Revert "update to log4j 2.17.0 (#8965)" This reverts commit c5fc568061f00b99dac9ec3f0f1573e3a30c096a. --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 264eeff9e1bd..33d14f4f50e5 100644 --- a/build.gradle +++ b/build.gradle @@ -273,10 +273,10 @@ subprojects { // SLF4J as a facade over Log4j2 required dependencies - implementation 'org.apache.logging.log4j:log4j-api:2.17.0' - implementation 'org.apache.logging.log4j:log4j-core:2.17.0' - implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.0' - implementation 'org.apache.logging.log4j:log4j-web:2.17.0' + implementation 'org.apache.logging.log4j:log4j-api:2.16.0' + implementation 'org.apache.logging.log4j:log4j-core:2.16.0' + implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.16.0' + implementation 'org.apache.logging.log4j:log4j-web:2.16.0' // Bridges from other logging implementations to SLF4J implementation 'org.slf4j:jul-to-slf4j:1.7.30' // JUL bridge @@ -284,7 +284,7 @@ subprojects { implementation 'org.slf4j:log4j-over-slf4j:1.7.30' // log4j1.2 bridge // Dependencies for logging to cloud storage, as well as the various clients used to do so. - implementation 'com.therealvan:appender-log4j2:3.5.0' + implementation 'com.therealvan:appender-log4j2:3.3.0' implementation 'com.amazonaws:aws-java-sdk-s3:1.12.6' implementation 'com.google.cloud:google-cloud-storage:2.2.2'