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 6f22300 commit 8e3baea
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,12 +1,12 @@
[versions]
agrona = "1.23.0"
agrona = "1.23.1"
byteBuddy = "1.15.3"
checkstyle = "10.18.1"
junit = "5.11.1"
gradle = "8.10.2"

[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" } }
sbe = { group = "uk.co.real-logic", name = "sbe-tool", version = "1.33.1" }
mockito = { group = "org.mockito", name = "mockito-core", version = "5.14.1" }
hamcrest = { group = "org.hamcrest", name = "hamcrest", version = "3.0" }
Expand Down

0 comments on commit 8e3baea

Please sign in to comment.