Skip to content

Commit 6306903

Browse files
committed
[Java] Upgrade to Agrona 1.15.2.
1 parent 061be35 commit 6306903

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
@@ -47,7 +47,7 @@ def hamcrestVersion = '2.2'
4747
def mockitoVersion = '4.5.1'
4848
def junitVersion = '5.8.2'
4949
def jmhVersion = '1.35'
50-
def agronaVersion = '1.15.1'
50+
def agronaVersion = '1.15.2'
5151
def agronaVersionRange = '[1.15,2.0[' // allow any release >= 1.15.0 and < 2.0.0
5252

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

0 commit comments

Comments
 (0)