From 5913c377009e930cc9c82a7725962b04ea9524a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 17:17:10 +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 351dad9..9d0eba5 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ dependencies { compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.20.0' // For Log4j2 Async Logging - compile group: 'com.lmax', name: 'disruptor', version: '3.4.4' + compile group: 'com.lmax', name: 'disruptor', version: '4.0.0' // Logback compile group: 'ch.qos.logback', name: 'logback-classic', version: '1.4.7'