We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b90fc2d commit c7b6c90Copy full SHA for c7b6c90
project/Dependencies.scala
@@ -16,7 +16,7 @@ object Dependencies {
16
val slf4jVersion = "2.0.17"
17
// check agrona version when updating this
18
// Note: 1.46 is JDK 17 only so we cannot bump until we stop supporting JDK 11
19
- val aeronVersion = "1.45.1"
+ val aeronVersion = "1.45.2"
20
// needs to be inline with the aeron version, check
21
// https://github.com/real-logic/aeron/blob/1.x.y/build.gradle
22
// Note: 1.23+ is JDK 17 only so we cannot bump until we stop supporting JDK 11
0 commit comments