Update aeron-client, aeron-driver to 1.32.0 (#30013)
* Update aeron-client, aeron-driver to 1.32.0 * Agrona 1.9.0
This commit is contained in:
parent
bff26488a4
commit
2f25c26961
1 changed files with 2 additions and 2 deletions
|
|
@ -17,10 +17,10 @@ object Dependencies {
|
|||
val junitVersion = "4.13.1"
|
||||
val slf4jVersion = "1.7.30"
|
||||
// check agrona version when updating this
|
||||
val aeronVersion = "1.31.1"
|
||||
val aeronVersion = "1.32.0"
|
||||
// needs to be inline with the aeron version, check
|
||||
// https://github.com/real-logic/aeron/blob/1.x.y/build.gradle
|
||||
val agronaVersion = "1.8.0"
|
||||
val agronaVersion = "1.9.0"
|
||||
val nettyVersion = "3.10.6.Final"
|
||||
val protobufJavaVersion = "3.11.4"
|
||||
val logbackVersion = "1.2.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue