From 530c4c249101cd9a5bb98ec217167988d7a74cd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 03:10:52 +0000 Subject: [PATCH] Bump net.openhft:chronicle-bom from 2.24ea80 to 2.25ea17 Bumps [net.openhft:chronicle-bom](https://github.com/OpenHFT/OpenHFT) from 2.24ea80 to 2.25ea17. - [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 6090f9a322d..51264b3065c 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -121,7 +121,7 @@ ext { dependencies { // Only use this to bring in platforms, which are *constraints* dependencies { - api(platform('net.openhft:chronicle-bom:2.24ea80')) + api(platform('net.openhft:chronicle-bom:2.25ea17')) } constraints { api("ch.qos.logback:logback-classic:${logbackVersion}")