Skip to content

Commit 4603f9c

Browse files
committed
[Java] Upgrade to Agrona 1.11.0.
1 parent ffd6696 commit 4603f9c

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
@@ -44,8 +44,8 @@ def mockitoVersion = '3.11.1'
4444
def byteBuddyVersion = '1.11.2'
4545
def junitVersion = '5.7.2'
4646
def jmhVersion = '1.32'
47-
def agronaVersion = '1.10.0'
48-
def agronaVersionRange = '[1.10,1.11[' // allow any patch release of 1.10.x
47+
def agronaVersion = '1.11.0'
48+
def agronaVersionRange = '[1.11,1.12[' // allow any patch release of 1.11.x
4949

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

0 commit comments

Comments
 (0)