Skip to content

Commit 3529fdb

Browse files
committed
[Java] Upgrade to Agrona 1.18.0.
1 parent 0f99a82 commit 3529fdb

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
@@ -47,8 +47,8 @@ def hamcrestVersion = '2.2'
4747
def mockitoVersion = '4.11.0'
4848
def junitVersion = '5.9.2'
4949
def jmhVersion = '1.36'
50-
def agronaVersion = '1.17.1'
51-
def agronaVersionRange = '[1.17.1,2.0[' // allow any release >= 1.17.1 and < 2.0.0
50+
def agronaVersion = '1.18.0'
51+
def agronaVersionRange = '[1.18.0,2.0[' // allow any release >= 1.18.0 and < 2.0.0
5252

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

0 commit comments

Comments
 (0)