From c58adec75032f9588eee72d3ed1416f8c0d91a4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 07:57:36 +0000 Subject: [PATCH] Bump com.lmax:disruptor from 3.4.2 to 3.4.4 Bumps [com.lmax:disruptor](https://github.com/LMAX-Exchange/disruptor) from 3.4.2 to 3.4.4. - [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.2...3.4.4) --- updated-dependencies: - dependency-name: com.lmax:disruptor dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e915be35c3..dab17183ab 100644 --- a/build.gradle +++ b/build.gradle @@ -673,7 +673,7 @@ subprojects { dependency "org.apache.logging.log4j:log4j-core:${log4jVersion}" dependency "org.apache.logging.log4j:log4j-slf4j2-impl:${log4jVersion}" - dependency "com.lmax:disruptor:3.4.2" + dependency "com.lmax:disruptor:3.4.4" dependency "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}" dependency "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}"