From 8bb27bcc1eea9d353b6e62f1d888f29b4ba86837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 18:28:09 +0000 Subject: [PATCH] build(deps): bump com.lmax:disruptor in /reactive-logger-example-kotlin 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-kotlin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactive-logger-example-kotlin/build.gradle.kts b/reactive-logger-example-kotlin/build.gradle.kts index 156ce43..02aea5e 100644 --- a/reactive-logger-example-kotlin/build.gradle.kts +++ b/reactive-logger-example-kotlin/build.gradle.kts @@ -31,7 +31,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-reflect") implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor") - 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