From 5bfd4c81feac19e6b5bac496c72d9dc5760341d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:34:38 +0000 Subject: [PATCH] Bump net.openhft:chronicle-bom from 2.27ea5 to 2.27ea8 Bumps [net.openhft:chronicle-bom](https://github.com/OpenHFT/OpenHFT) from 2.27ea5 to 2.27ea8. - [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] --- bom/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom/build.gradle b/bom/build.gradle index b4acec4f53..3633da3d1b 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -124,7 +124,7 @@ ext { dependencies { // Only use this to bring in platforms, which are *constraints* dependencies { - api(platform('net.openhft:chronicle-bom:2.27ea5')) + api(platform('net.openhft:chronicle-bom:2.27ea8')) } constraints { api("ch.qos.logback:logback-classic:${logbackVersion}")