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 0f99a82 commit 3529fdbCopy full SHA for 3529fdb
build.gradle
@@ -47,8 +47,8 @@ def hamcrestVersion = '2.2'
47
def mockitoVersion = '4.11.0'
48
def junitVersion = '5.9.2'
49
def jmhVersion = '1.36'
50
-def agronaVersion = '1.17.1'
51
-def agronaVersionRange = '[1.17.1,2.0[' // allow any release >= 1.17.1 and < 2.0.0
+def agronaVersion = '1.18.0'
+def agronaVersionRange = '[1.18.0,2.0[' // allow any release >= 1.18.0 and < 2.0.0
52
53
def sbeGroup = 'uk.co.real-logic'
54
def sbeVersion = file('version.txt').text.trim()
0 commit comments