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 d419f7f commit 49c2b99Copy full SHA for 49c2b99
build.gradle
@@ -61,8 +61,8 @@ def junitVersion = '5.10.3'
61
def jqwikVersion = '1.9.0'
62
def jsonVersion = '20240303'
63
def jmhVersion = '1.37'
64
-def agronaVersion = '1.21.2'
65
-def agronaVersionRange = '[1.21.2,2.0[' // allow any release >= 1.21.2 and < 2.0.0
+def agronaVersion = '1.22.0'
+def agronaVersionRange = '[1.22.0,2.0[' // allow any release >= 1.22.0 and < 2.0.0
66
67
def sbeGroup = 'uk.co.real-logic'
68
def sbeVersion = file('version.txt').text.trim()
0 commit comments