Update aeron-client, aeron-driver to 1.32.0 (#30013)

* Update aeron-client, aeron-driver to 1.32.0
* Agrona 1.9.0
This commit is contained in:
Scala Steward 2021-02-16 09:21:32 +01:00 committed by GitHub
parent bff26488a4
commit 2f25c26961
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,10 +17,10 @@ object Dependencies {
val junitVersion = "4.13.1"
val slf4jVersion = "1.7.30"
// check agrona version when updating this
val aeronVersion = "1.31.1"
val aeronVersion = "1.32.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.8.0"
val agronaVersion = "1.9.0"
val nettyVersion = "3.10.6.Final"
val protobufJavaVersion = "3.11.4"
val logbackVersion = "1.2.3"