Update aeron-client, aeron-driver to 1.31.1 (#29806)

* Update aeron-client, aeron-driver to 1.31.1

* Update agrona to 1.8.0

Co-authored-by: Christopher Batey <christopher.batey@gmail.com>
This commit is contained in:
Scala Steward 2020-11-16 10:52:30 +01:00 committed by GitHub
parent 55239e5da9
commit ac58f7d4ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,10 +16,10 @@ object Dependencies {
val junitVersion = "4.13.1" val junitVersion = "4.13.1"
val slf4jVersion = "1.7.30" val slf4jVersion = "1.7.30"
// check agrona version when updating this // check agrona version when updating this
val aeronVersion = "1.30.0" val aeronVersion = "1.31.1"
// needs to be inline with the aeron version, check // needs to be inline with the aeron version, check
// https://github.com/real-logic/aeron/blob/1.x.y/build.gradle // https://github.com/real-logic/aeron/blob/1.x.y/build.gradle
val agronaVersion = "1.7.2" val agronaVersion = "1.8.0"
val nettyVersion = "3.10.6.Final" val nettyVersion = "3.10.6.Final"
val jacksonVersion = "2.10.5" val jacksonVersion = "2.10.5"
val protobufJavaVersion = "3.11.4" val protobufJavaVersion = "3.11.4"