parent
88fd09e0f4
commit
f07eb416d6
1 changed files with 2 additions and 2 deletions
|
|
@ -15,10 +15,10 @@ object Dependencies {
|
||||||
val junitVersion = "4.13"
|
val junitVersion = "4.13"
|
||||||
val slf4jVersion = "1.7.30"
|
val slf4jVersion = "1.7.30"
|
||||||
// check agrona version when updating this
|
// check agrona version when updating this
|
||||||
val aeronVersion = "1.26.0"
|
val aeronVersion = "1.27.0"
|
||||||
// needs to be inline with the aeron version, check
|
// needs to be inline with the aeron version, check
|
||||||
// https://github.com/real-logic/aeron/blob/1.x.y/build.gradle
|
// https://github.com/real-logic/aeron/blob/1.x.y/build.gradle
|
||||||
val agronaVersion = "1.4.0"
|
val agronaVersion = "1.4.1"
|
||||||
val nettyVersion = "3.10.6.Final"
|
val nettyVersion = "3.10.6.Final"
|
||||||
val jacksonVersion = "2.10.3"
|
val jacksonVersion = "2.10.3"
|
||||||
val protobufJavaVersion = "3.10.0"
|
val protobufJavaVersion = "3.10.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue