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 bae7ac2 commit 4c9e0c4Copy full SHA for 4c9e0c4
build.gradle
@@ -48,8 +48,8 @@ def hamcrestVersion = '2.2'
48
def mockitoVersion = '3.11.2'
49
def junitVersion = '5.7.2'
50
def jmhVersion = '1.32'
51
-def agronaVersion = '1.11.0'
52
-def agronaVersionRange = '[1.11,1.12[' // allow any patch release of 1.11.x
+def agronaVersion = '1.12.0'
+def agronaVersionRange = '[1.12,1.13[' // allow any patch release of 1.12.x
53
54
def sbeGroup = 'uk.co.real-logic'
55
def sbeVersion = file('version.txt').text.trim()
0 commit comments