Skip to content

Commit 408976a

Browse files
committed
[Java] Fix Agrona version range to match the 1.15.x release.
1 parent 75f10ed commit 408976a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def mockitoVersion = '4.4.0'
4848
def junitVersion = '5.8.2'
4949
def jmhVersion = '1.34'
5050
def agronaVersion = '1.15.0'
51-
def agronaVersionRange = '[1.14,1.15[' // allow any patch release of 1.14.x
51+
def agronaVersionRange = '[1.15,1.16[' // allow any patch release of 1.15.x
5252

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

0 commit comments

Comments
 (0)