Skip to content

Commit 18f6f1f

Browse files
Bump com.lmax:disruptor from 3.4.4 to 4.0.0 (#321)
1 parent e86c345 commit 18f6f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ dependencies {
8686

8787
// logging
8888
implementation "org.slf4j:slf4j-api:${slf4jVersion}" // slf4j wrapper
89-
implementation 'com.lmax:disruptor:3.4.4' // async logging
89+
implementation 'com.lmax:disruptor:4.0.0' // async logging
9090
implementation 'org.apache.logging.log4j:log4j-api:+' // log4j
9191
implementation 'org.apache.logging.log4j:log4j-core:+' // log4j
9292
implementation 'org.apache.logging.log4j:log4j-slf4j-impl:+' // log4j -> slf4j

0 commit comments

Comments
 (0)