Thanks to visit codestin.com Credit goes to github.com
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 8f480b9 commit 0aeb59eCopy full SHA for 0aeb59e
build.gradle
@@ -58,8 +58,8 @@ def hamcrestVersion = '2.2'
58
def mockitoVersion = '4.11.0'
59
def junitVersion = '5.10.0'
60
def jmhVersion = '1.37'
61
-def agronaVersion = '1.19.1'
62
-def agronaVersionRange = '[1.19.0,2.0[' // allow any release >= 1.19.0 and < 2.0.0
+def agronaVersion = '1.19.2'
+def agronaVersionRange = '[1.19.2,2.0[' // allow any release >= 1.19.2 and < 2.0.0
63
64
def sbeGroup = 'uk.co.real-logic'
65
def sbeVersion = file('version.txt').text.trim()
0 commit comments