Skip to content

Commit 6275f89

Browse files
committed
[Java] Upgrade to Agrona 1.17.1.
1 parent e39a15d commit 6275f89

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.8.0'
4848
def junitVersion = '5.9.0'
4949
def jmhVersion = '1.35'
50-
def agronaVersion = '1.17.0'
51-
def agronaVersionRange = '[1.15.2,2.0[' // allow any release >= 1.15.2 and < 2.0.0
50+
def agronaVersion = '1.17.1'
51+
def agronaVersionRange = '[1.17.1,2.0[' // allow any release >= 1.17.1 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)