From 009c119f6b6a303ad7964379ce6c625613890462 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 09:37:25 +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 50004d6..e37d8e5 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.21.1') implementation 'org.apache.logging.log4j:log4j-api' // log4j implementation 'org.apache.logging.log4j:log4j-core' // log4j