Skip to content

Commit

Permalink
[Java] Upgrade to Agrona 1.23.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Oct 1, 2024
1 parent 1b7787f commit b662be1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]
aeron = "1.46.4"
agrona = "1.23.0"
agrona = "1.23.1"
byteBuddy = "1.15.3"
checkstyle = "10.18.1"
junit = "5.11.1"
gradle = "8.10.2"
jmh = "1.37"

[libraries]
agrona = { group = "org.agrona", name = "agrona", version = { strictly = "[1.23.0, 2.0[", require = "1.23.0" } }
agrona = { group = "org.agrona", name = "agrona", version = { strictly = "[1.23.1, 2.0[", require = "1.23.1" } }
aeron-client = { group = "io.aeron", name = "aeron-client", version.ref = "aeron" }
aeron-archive = { group = "io.aeron", name = "aeron-archive", version.ref = "aeron" }
sbe = { group = "uk.co.real-logic", name = "sbe-tool", version = "1.33.1" }
Expand Down

0 comments on commit b662be1

Please sign in to comment.