Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Dependencies {
val slf4jVersion = "2.0.17"
// check agrona version when updating this
// Note: 1.46 is JDK 17 only so we cannot bump until we stop supporting JDK 11
val aeronVersion = "1.45.1"
val aeronVersion = "1.45.2"
// needs to be inline with the aeron version, check
// https://github.com/real-logic/aeron/blob/1.x.y/build.gradle
// Note: 1.23+ is JDK 17 only so we cannot bump until we stop supporting JDK 11
Expand Down