From 7d7301531ae83807e5a0e5089ee0548e5b77e9c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 18:27:44 +0000 Subject: [PATCH] build(deps): bump com.lmax:disruptor in /reactive-logger-example-java 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] --- reactive-logger-example-java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactive-logger-example-java/build.gradle b/reactive-logger-example-java/build.gradle index c80c5e5..6014442 100644 --- a/reactive-logger-example-java/build.gradle +++ b/reactive-logger-example-java/build.gradle @@ -22,7 +22,7 @@ configurations { dependencies { implementation project(":reactive-logger") implementation 'org.springframework.boot:spring-boot-starter-webflux' - implementation 'com.lmax:disruptor:3.4.4' + implementation 'com.lmax:disruptor:4.0.0' implementation 'org.springframework.boot:spring-boot-starter-log4j2' annotationProcessor 'org.apache.logging.log4j:log4j-core' // For Log4j2 @Plugin