Update aeron-client, aeron-driver to 1.35.1 (#30652)

* Update aeron-client, aeron-driver to 1.35.1

* Update agrona along with aeron

https://github.com/real-logic/aeron/blob/1.35.1/build.gradle#L45

Co-authored-by: Arnout Engelen <arnout@bzzt.net>
This commit is contained in:
Scala Steward 2021-10-20 15:16:22 +02:00 committed by GitHub
parent 2c5a14bab8
commit 2de42de9fc
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.32.0"
val aeronVersion = "1.35.1"
// needs to be inline with the aeron version, check
// https://github.com/real-logic/aeron/blob/1.x.y/build.gradle
val agronaVersion = "1.9.0"
val agronaVersion = "1.12.0"
val nettyVersion = "3.10.6.Final"
val protobufJavaVersion = "3.11.4"
val logbackVersion = "1.2.5"