Update aeron-client, aeron-driver to 1.24.0 (#28247)

* and update agrona accordingly
This commit is contained in:
Scala Steward 2019-11-29 12:35:19 +01:00 committed by Patrik Nordwall
parent a02a1e8ccb
commit 24b4c48a21

View file

@ -17,9 +17,10 @@ object Dependencies {
val junitVersion = "4.12"
val slf4jVersion = "1.7.29"
// check agrona version when updating this
val aeronVersion = "1.22.1"
// needs to be inline with the aeron version
val agronaVersion = "1.0.8"
val aeronVersion = "1.24.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.1.0"
val nettyVersion = "3.10.6.Final"
val jacksonVersion = "2.10.1"
val protobufJavaVersion = "3.10.0"