Skip to content

Commit

Permalink
Bump com.lmax:disruptor from 3.4.4 to 4.0.0
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent b5328e6 commit 009c119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ dependencies {

// logging
implementation 'org.slf4j:slf4j-api:2.0.9' // slf4j wrapper
implementation 'com.lmax:disruptor:3.4.4' //async logging
implementation 'com.lmax:disruptor:4.0.0' //async logging
implementation platform('org.apache.logging.log4j:log4j-bom:2.21.1')
implementation 'org.apache.logging.log4j:log4j-api' // log4j
implementation 'org.apache.logging.log4j:log4j-core' // log4j
Expand Down

0 comments on commit 009c119

Please sign in to comment.