Skip to content

Commit f62dbbd

Browse files
committed
[Java] Upgrade to Agrona 1.9.0.
1 parent cb95084 commit f62dbbd

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
@@ -50,7 +50,7 @@ def hamcrestVersion = '2.2'
5050
def mockitoVersion = '3.6.28'
5151
def junitVersion = '5.7.0'
5252
def jmhVersion = '1.27'
53-
def agronaVersion = '1.8.0'
53+
def agronaVersion = '1.9.0'
5454
def agronaVersionRange = '[1.8,1.9[' // allow any patch release of 1.8.x
5555

5656
def sbeGroup = 'uk.co.real-logic'

0 commit comments

Comments
 (0)