Update aeron-client, aeron-driver to 1.25.0 (#28475)

* Update aeron-client, aeron-driver to 1.25.0

* Update agrona to 1.2.0

Co-authored-by: Arnout Engelen <github@bzzt.net>
This commit is contained in:
Scala Steward 2020-01-14 11:34:27 +01:00 committed by Christopher Batey
parent 9480d6415c
commit a1d9487ecd

View file

@ -17,10 +17,10 @@ object Dependencies {
val junitVersion = "4.13"
val slf4jVersion = "1.7.30"
// check agrona version when updating this
val aeronVersion = "1.24.0"
val aeronVersion = "1.25.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 agronaVersion = "1.2.0"
val nettyVersion = "3.10.6.Final"
val jacksonVersion = "2.10.2"
val protobufJavaVersion = "3.10.0"