Update aeron-client, aeron-driver to 1.38.1 (#31387)
* Update aeron-client, aeron-driver to 1.38.1 * Update agrona version from 1.14.0 to 1.15.1 To be consistent with https://github.com/real-logic/aeron/blob/1.38.1/build.gradle#L48 Co-authored-by: Arnout Engelen <arnout@bzzt.net>
This commit is contained in:
parent
0a12885e2a
commit
d787d2e136
1 changed files with 2 additions and 2 deletions
|
|
@ -17,10 +17,10 @@ object Dependencies {
|
|||
val junitVersion = "4.13.2"
|
||||
val slf4jVersion = "1.7.36"
|
||||
// check agrona version when updating this
|
||||
val aeronVersion = "1.37.0"
|
||||
val aeronVersion = "1.38.1"
|
||||
// needs to be inline with the aeron version, check
|
||||
// https://github.com/real-logic/aeron/blob/1.x.y/build.gradle
|
||||
val agronaVersion = "1.14.0"
|
||||
val agronaVersion = "1.15.1"
|
||||
val nettyVersion = "3.10.6.Final"
|
||||
val protobufJavaVersion = "3.16.1"
|
||||
val logbackVersion = "1.2.11"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue