Update agrona to 1.0.8 (#27905)

This commit is contained in:
Scala Steward 2019-10-10 14:09:56 +02:00 committed by Patrik Nordwall
parent ddaceae80d
commit 36e4cbcb79

View file

@ -19,7 +19,7 @@ object Dependencies {
// check agrona version when updating this
val aeronVersion = "1.21.2"
// needs to be inline with the aeron version
val agronaVersion = "1.0.7"
val agronaVersion = "1.0.8"
val nettyVersion = "3.10.6.Final"
val jacksonVersion = "2.10.0"
val jacksonDatabindVersion = "2.10.0"