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

Migrate to Log4j #13

Merged
merged 6 commits into from
Oct 3, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Update build.gradle
Co-authored-by: Navin Chandra <98466550+navin772@users.noreply.github.com>
  • Loading branch information
subhramit and navin772 authored Oct 3, 2024
commit 9424e6dfc91bf57401c890cad743da8de15bafd6
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -15,8 +15,8 @@ dependencies {
implementation 'com.google.code.gson:gson:2.8.8'
implementation 'org.slf4j:slf4j-api:1.7.32'
implementation 'ch.qos.logback:logback-classic:1.2.6'
implementation 'org.apache.logging.log4j:log4j-api:2.2.24.1'
implementation 'org.apache.logging.log4j:log4j-core:2.2.24.1'
implementation 'org.apache.logging.log4j:log4j-api:2.24.1'
implementation 'org.apache.logging.log4j:log4j-core:2.24.1'
}