Skip to content

Commit 8d1b6a0

Browse files
committed
[Java] Upgrade to Agrona 1.14.0.
1 parent a2f348a commit 8d1b6a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ def hamcrestVersion = '2.2'
4747
def mockitoVersion = '4.1.0'
4848
def junitVersion = '5.8.1'
4949
def jmhVersion = '1.33'
50-
def agronaVersion = '1.13.1'
51-
def agronaVersionRange = '[1.13,1.14[' // allow any patch release of 1.13.x
50+
def agronaVersion = '1.14.0'
51+
def agronaVersionRange = '[1.14,1.15[' // allow any patch release of 1.14.x
5252

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

0 commit comments

Comments
 (0)