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 d2ec8f8 commit 76696c2Copy full SHA for 76696c2
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.1'
62
-def agronaVersionRange = '[1.18.1,2.0[' // allow any release >= 1.18.1 and < 2.0.0
+def agronaVersion = '1.18.2'
+def agronaVersionRange = '[1.18.2,2.0[' // allow any release >= 1.18.2 and < 2.0.0
63
64
def sbeGroup = 'uk.co.real-logic'
65
def sbeVersion = file('version.txt').text.trim()
0 commit comments