From def3bf4103f840a9b8c21b191c6faaebd12cd0e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 01:41:19 +0000 Subject: [PATCH] build(deps): 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-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5017c74ab..cb48a0408 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -101,7 +101,7 @@ spring-boot-v3-test = { group = "org.springframework.boot", name = "spring-boot- #spring-boot-data-redis-reactive = { module = "org.springframework.boot:spring-boot-starter-data-redis-reactive", version.ref = "spring-boot" } # lmax-disruptor -lmax-disruptor = "com.lmax:disruptor:3.4.4" +lmax-disruptor = "com.lmax:disruptor:4.0.0" # ktor ktor-http = { group = "io.ktor", name = "ktor-http", version.ref = "ktor" }