From 4a16486a42db68d6c7f32d94c29e936bdc106f3b Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 01:52:29 +0000 Subject: [PATCH] Update aeron-client, aeron-driver to 1.45.1 (#1542) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index b27b7957d1..7607e686b6 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -30,7 +30,7 @@ object Dependencies { val junit5Version = "5.11.3" val slf4jVersion = "2.0.16" // check agrona version when updating this - val aeronVersion = "1.45.0" + val aeronVersion = "1.45.1" // needs to be inline with the aeron version, check // https://github.com/real-logic/aeron/blob/1.x.y/build.gradle val agronaVersion = "1.22.0"