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.
1 parent e86c345 commit 18f6f1fCopy full SHA for 18f6f1f
build.gradle
@@ -86,7 +86,7 @@ dependencies {
86
87
// logging
88
implementation "org.slf4j:slf4j-api:${slf4jVersion}" // slf4j wrapper
89
- implementation 'com.lmax:disruptor:3.4.4' // async logging
+ implementation 'com.lmax:disruptor:4.0.0' // async logging
90
implementation 'org.apache.logging.log4j:log4j-api:+' // log4j
91
implementation 'org.apache.logging.log4j:log4j-core:+' // log4j
92
implementation 'org.apache.logging.log4j:log4j-slf4j-impl:+' // log4j -> slf4j
0 commit comments