We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06b76fe + 17e0a9d commit 8b29eb7Copy full SHA for 8b29eb7
build.gradle
@@ -49,7 +49,7 @@ dependencies {
49
// logging
50
implementation 'org.slf4j:slf4j-api:2.0.17' // slf4j wrapper
51
implementation 'com.lmax:disruptor:4.0.0' // async logging
52
- implementation platform('org.apache.logging.log4j:log4j-bom:2.25.1')
+ implementation platform('org.apache.logging.log4j:log4j-bom:2.25.2')
53
implementation 'org.apache.logging.log4j:log4j-api' // log4j
54
implementation 'org.apache.logging.log4j:log4j-core' // log4j
55
implementation 'org.apache.logging.log4j:log4j-slf4j-impl' // log4j -> slf4j
0 commit comments