From be23741a9e339a1a2297283a21087e463559a67f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 16:37:07 +0000 Subject: [PATCH] Bump net.openhft:chronicle-bom from 2.24ea76 to 2.24ea81 Bumps [net.openhft:chronicle-bom](https://github.com/OpenHFT/OpenHFT) from 2.24ea76 to 2.24ea81. - [Release notes](https://github.com/OpenHFT/OpenHFT/releases) - [Commits](https://github.com/OpenHFT/OpenHFT/commits) --- updated-dependencies: - dependency-name: net.openhft:chronicle-bom dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- synapse-core/build.gradle | 2 +- synapse-testsupport/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/synapse-core/build.gradle b/synapse-core/build.gradle index 7637792c..70c98bc3 100644 --- a/synapse-core/build.gradle +++ b/synapse-core/build.gradle @@ -12,7 +12,7 @@ dependencies { api "org.springframework.boot:spring-boot" api "org.springframework.boot:spring-boot-autoconfigure" - implementation(platform("net.openhft:chronicle-bom:2.24ea76")) + implementation(platform("net.openhft:chronicle-bom:2.24ea81")) implementation "jakarta.annotation:jakarta.annotation-api:2.1.1" // This dependency is used internally, and not exposed to consumers on their own compile classpath. diff --git a/synapse-testsupport/build.gradle b/synapse-testsupport/build.gradle index ae1b81bb..59709193 100644 --- a/synapse-testsupport/build.gradle +++ b/synapse-testsupport/build.gradle @@ -13,7 +13,7 @@ dependencies { implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" implementation "com.fasterxml.jackson.datatype:jackson-datatype-jdk8" - implementation(platform("net.openhft:chronicle-bom:2.24ea76")) + implementation(platform("net.openhft:chronicle-bom:2.24ea81")) implementation("net.openhft:chronicle-map") { exclude group: "com.intellij", module: "annotations" }