Update aeron-client, aeron-driver to 1.38.1 (#31387)

* Update aeron-client, aeron-driver to 1.38.1

* Update agrona version from 1.14.0 to 1.15.1

To be consistent with https://github.com/real-logic/aeron/blob/1.38.1/build.gradle#L48

Co-authored-by: Arnout Engelen <arnout@bzzt.net>
This commit is contained in:
Scala Steward 2022-05-13 08:58:11 +02:00 committed by GitHub
parent 0a12885e2a
commit d787d2e136
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.36"
// check agrona version when updating this
val aeronVersion = "1.37.0"
val aeronVersion = "1.38.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.14.0"
val agronaVersion = "1.15.1"
val nettyVersion = "3.10.6.Final"
val protobufJavaVersion = "3.16.1"
val logbackVersion = "1.2.11"