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>
This commit is contained in:
scala-steward-asf[bot] 2024-10-27 01:52:29 +00:00 committed by GitHub
parent 7ba918136c
commit 4a16486a42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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