Skip to content

Commit

Permalink
upgrade aeron and agrona
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Aug 7, 2024
1 parent bf0889a commit cd1effd
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 @@ -24,10 +24,10 @@ object Dependencies {
val junitVersion = "4.13.2"
val slf4jVersion = "1.7.36"
// check agrona version when updating this
val aeronVersion = "1.38.1"
val aeronVersion = "1.44.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.15.1"
val agronaVersion = "1.21.1"
val nettyVersion = "3.10.6.Final"
val protobufJavaVersion = "3.16.3"
val logbackVersion = "1.2.11"
Expand Down

0 comments on commit cd1effd

Please sign in to comment.