Skip to content

Commit

Permalink
Bump org.apache.logging.log4j:log4j-bom from 2.24.2 to 2.24.3 (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent 82f5954 commit 8f665f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
// logging
implementation 'org.slf4j:slf4j-api:2.0.16' // slf4j wrapper
implementation 'com.lmax:disruptor:4.0.0' // async logging
implementation platform('org.apache.logging.log4j:log4j-bom:2.24.2')
implementation platform('org.apache.logging.log4j:log4j-bom:2.24.3')
implementation 'org.apache.logging.log4j:log4j-api' // log4j
implementation 'org.apache.logging.log4j:log4j-core' // log4j
implementation 'org.apache.logging.log4j:log4j-slf4j-impl' // log4j -> slf4j
Expand Down

0 comments on commit 8f665f3

Please sign in to comment.