Skip to content

Commit afc276c

Browse files
Bump com.lmax:disruptor from 3.4.4 to 4.0.0
Bumps [com.lmax:disruptor](https://github.com/LMAX-Exchange/disruptor) from 3.4.4 to 4.0.0. - [Release notes](https://github.com/LMAX-Exchange/disruptor/releases) - [Changelog](https://github.com/LMAX-Exchange/disruptor/blob/master/CHANGELOG.adoc) - [Commits](LMAX-Exchange/disruptor@3.4.4...4.0.0) --- updated-dependencies: - dependency-name: com.lmax:disruptor dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0891304 commit afc276c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ dependencies {
105105

106106
// logging
107107
implementation 'org.slf4j:slf4j-api:2.0.9' // slf4j wrapper
108-
implementation 'com.lmax:disruptor:3.4.4' //async logging
108+
implementation 'com.lmax:disruptor:4.0.0' //async logging
109109
implementation platform('org.apache.logging.log4j:log4j-bom:2.22.0')
110110
implementation 'org.apache.logging.log4j:log4j-api' // log4j
111111
implementation 'org.apache.logging.log4j:log4j-core' // log4j

0 commit comments

Comments
 (0)