Update aeron-client, aeron-driver to 1.37.0 (#30966)

* Update aeron-client, aeron-driver to 1.37.0

* Update agrona as well

Co-authored-by: Arnout Engelen <arnout@bzzt.net>
This commit is contained in:
Scala Steward 2021-12-07 14:23:52 +01:00 committed by GitHub
parent 250474f026
commit a9b620c184
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.2"
val slf4jVersion = "1.7.32"
// check agrona version when updating this
val aeronVersion = "1.35.1"
val aeronVersion = "1.37.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.12.0"
val agronaVersion = "1.14.0"
val nettyVersion = "3.10.6.Final"
val protobufJavaVersion = "3.11.4"
val logbackVersion = "1.2.7"