From 16bdd22a5201bc8f8e870ca880d9e7dea64707fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 18:03:54 +0000 Subject: [PATCH] Bump net.openhft:chronicle-bom from 2.25ea42 to 2.26ea10 Bumps [net.openhft:chronicle-bom](https://github.com/OpenHFT/OpenHFT) from 2.25ea42 to 2.26ea10. - [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 ab37d3a4225..112c09b4333 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -122,7 +122,7 @@ ext { dependencies { // Only use this to bring in platforms, which are *constraints* dependencies { - api(platform('net.openhft:chronicle-bom:2.25ea42')) + api(platform('net.openhft:chronicle-bom:2.26ea10')) } constraints { api("ch.qos.logback:logback-classic:${logbackVersion}")