We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e4a3a commit b0bfc35Copy full SHA for b0bfc35
build.gradle
@@ -58,8 +58,8 @@ def hamcrestVersion = '2.2'
58
def mockitoVersion = '4.11.0'
59
def junitVersion = '5.9.3'
60
def jmhVersion = '1.36'
61
-def agronaVersion = '1.18.2'
62
-def agronaVersionRange = '[1.18.2,2.0[' // allow any release >= 1.18.2 and < 2.0.0
+def agronaVersion = '1.19.0'
+def agronaVersionRange = '[1.19.0,2.0[' // allow any release >= 1.19.0 and < 2.0.0
63
64
def sbeGroup = 'uk.co.real-logic'
65
def sbeVersion = file('version.txt').text.trim()
0 commit comments