From afc276c920cc34287b8dd53dbee036421c9cd5a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 09:22:38 +0000 Subject: [PATCH] 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](https://github.com/LMAX-Exchange/disruptor/compare/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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 67187dc..868e123 100644 --- a/build.gradle +++ b/build.gradle @@ -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.22.0') implementation 'org.apache.logging.log4j:log4j-api' // log4j implementation 'org.apache.logging.log4j:log4j-core' // log4j