Skip to content

Commit e616134

Browse files
committed
[Java] Upgrade to Agrona 1.7.2.
1 parent 7f00e1f commit e616134

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
@@ -33,7 +33,7 @@ def hamcrestVersion = '2.2'
3333
def mockitoVersion = '3.5.10'
3434
def junitVersion = '5.7.0'
3535
def jmhVersion = '1.25.2'
36-
def agronaVersion = '1.7.1'
36+
def agronaVersion = '1.7.2'
3737
def agronaVersionRange = '[1.7,1.8[' // allow any patch release of 1.7.x
3838

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

0 commit comments

Comments
 (0)