Merge pull request #27952 from scala-steward/update/aeron-client-1.22.0

Update aeron-client, aeron-driver to 1.22.0
This commit is contained in:
Patrik Nordwall 2019-10-10 14:10:27 +02:00 committed by GitHub
commit 544c5fa17c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ object Dependencies {
val junitVersion = "4.12"
val slf4jVersion = "1.7.28"
// check agrona version when updating this
val aeronVersion = "1.21.2"
val aeronVersion = "1.22.0"
// needs to be inline with the aeron version
val agronaVersion = "1.0.8"
val nettyVersion = "3.10.6.Final"