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 e39a15d commit 6275f89Copy full SHA for 6275f89
build.gradle
@@ -47,8 +47,8 @@ def hamcrestVersion = '2.2'
47
def mockitoVersion = '4.8.0'
48
def junitVersion = '5.9.0'
49
def jmhVersion = '1.35'
50
-def agronaVersion = '1.17.0'
51
-def agronaVersionRange = '[1.15.2,2.0[' // allow any release >= 1.15.2 and < 2.0.0
+def agronaVersion = '1.17.1'
+def agronaVersionRange = '[1.17.1,2.0[' // allow any release >= 1.17.1 and < 2.0.0
52
53
def sbeGroup = 'uk.co.real-logic'
54
def sbeVersion = file('version.txt').text.trim()
0 commit comments