We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0891304 commit afc276cCopy full SHA for afc276c
build.gradle
@@ -105,7 +105,7 @@ dependencies {
105
106
// logging
107
implementation 'org.slf4j:slf4j-api:2.0.9' // slf4j wrapper
108
- implementation 'com.lmax:disruptor:3.4.4' //async logging
+ implementation 'com.lmax:disruptor:4.0.0' //async logging
109
implementation platform('org.apache.logging.log4j:log4j-bom:2.22.0')
110
implementation 'org.apache.logging.log4j:log4j-api' // log4j
111
implementation 'org.apache.logging.log4j:log4j-core' // log4j
0 commit comments