Skip to content

Commit

Permalink
Bump org.apache.logging.log4j:log4j-bom from 2.21.1 to 2.22.0 (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 21, 2023
1 parent a448b10 commit 0891304
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 @@ -106,7 +106,7 @@ dependencies {
// logging
implementation 'org.slf4j:slf4j-api:2.0.9' // slf4j wrapper
implementation 'com.lmax:disruptor:3.4.4' //async logging
implementation platform('org.apache.logging.log4j:log4j-bom:2.21.1')
implementation platform('org.apache.logging.log4j:log4j-bom:2.22.0')
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 0891304

Please sign in to comment.