Update aeron-client, aeron-driver to 1.31.1 (#29806)
* Update aeron-client, aeron-driver to 1.31.1 * Update agrona to 1.8.0 Co-authored-by: Christopher Batey <christopher.batey@gmail.com>
This commit is contained in:
parent
55239e5da9
commit
ac58f7d4ca
1 changed files with 2 additions and 2 deletions
|
|
@ -16,10 +16,10 @@ object Dependencies {
|
||||||
val junitVersion = "4.13.1"
|
val junitVersion = "4.13.1"
|
||||||
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.30.0"
|
val aeronVersion = "1.31.1"
|
||||||
// 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.7.2"
|
val agronaVersion = "1.8.0"
|
||||||
val nettyVersion = "3.10.6.Final"
|
val nettyVersion = "3.10.6.Final"
|
||||||
val jacksonVersion = "2.10.5"
|
val jacksonVersion = "2.10.5"
|
||||||
val protobufJavaVersion = "3.11.4"
|
val protobufJavaVersion = "3.11.4"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue