Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "update to log4j 2.17.0 (#8965)" #8969

Merged
merged 1 commit into from
Dec 20, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -273,18 +273,18 @@ 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
implementation 'org.slf4j:jcl-over-slf4j:1.7.30' //JCL bridge
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'

Expand Down