Update aeron-client, aeron-driver to 1.22.1 (#27979)

This commit is contained in:
Scala Steward 2019-10-14 12:55:05 +02:00 committed by Christopher Batey
parent 853b5b62a1
commit b50ebde456

View file

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