Skip to content

Commit 9892b15

Browse files
committed
[Java] Upgrade to Agrona 1.23.0.
1 parent 0e99110 commit 9892b15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ def junitVersion = '5.11.0'
6161
def jqwikVersion = '1.9.0'
6262
def jsonVersion = '20240303'
6363
def jmhVersion = '1.37'
64-
def agronaVersion = '1.22.0'
65-
def agronaVersionRange = '[1.22.0,2.0[' // allow any release >= 1.22.0 and < 2.0.0
64+
def agronaVersion = '1.23.0'
65+
def agronaVersionRange = '[1.23.0,2.0[' // allow any release >= 1.23.0 and < 2.0.0
6666

6767
def sbeGroup = 'uk.co.real-logic'
6868
def sbeVersion = file('version.txt').text.trim()

0 commit comments

Comments
 (0)