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" }