Skip to content

Commit

Permalink
Update aeron-client, aeron-driver to 1.45.0 (#1452)
Browse files Browse the repository at this point in the history
* Update aeron-client, aeron-driver to 1.45.0

* agrona version

* remove dependency override

---------

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
Co-authored-by: PJ Fanning <[email protected]>
  • Loading branch information
scala-steward-asf[bot] and pjfanning authored Aug 27, 2024
1 parent f548ea5 commit 798793e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ object Dependencies {
val junit5Version = "5.11.0"
val slf4jVersion = "2.0.16"
// check agrona version when updating this
val aeronVersion = "1.44.1"
val aeronVersion = "1.45.0"
// needs to be inline with the aeron version, check
// https://github.com/real-logic/aeron/blob/1.x.y/build.gradle
val agronaVersion = "1.21.1"
val agronaVersion = "1.22.0"
val bouncyCastleVersion = "1.78.1"
val nettyVersion = "4.1.112.Final"
val logbackVersion = "1.3.14"
Expand Down

0 comments on commit 798793e

Please sign in to comment.