We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 245dd30 commit 57979f8Copy full SHA for 57979f8
build.gradle
@@ -47,8 +47,8 @@ def hamcrestVersion = '2.2'
47
def mockitoVersion = '4.0.0'
48
def junitVersion = '5.8.1'
49
def jmhVersion = '1.33'
50
-def agronaVersion = '1.12.0'
51
-def agronaVersionRange = '[1.12,1.13[' // allow any patch release of 1.12.x
+def agronaVersion = '1.13.0'
+def agronaVersionRange = '[1.13,1.14[' // allow any patch release of 1.13.x
52
53
def sbeGroup = 'uk.co.real-logic'
54
def sbeVersion = file('version.txt').text.trim()
0 commit comments