Update aeron-client, aeron-driver to 1.26.0 (#28690)

And agrona to 1.4.0
This commit is contained in:
Johan Andrén 2020-03-05 15:11:05 +01:00 committed by GitHub
parent c46861ed26
commit cee4792c31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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