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 ffd6696 commit 4603f9cCopy full SHA for 4603f9c
build.gradle
@@ -44,8 +44,8 @@ def mockitoVersion = '3.11.1'
44
def byteBuddyVersion = '1.11.2'
45
def junitVersion = '5.7.2'
46
def jmhVersion = '1.32'
47
-def agronaVersion = '1.10.0'
48
-def agronaVersionRange = '[1.10,1.11[' // allow any patch release of 1.10.x
+def agronaVersion = '1.11.0'
+def agronaVersionRange = '[1.11,1.12[' // allow any patch release of 1.11.x
49
50
def sbeGroup = 'uk.co.real-logic'
51
def sbeVersion = file('version.txt').text.trim()
0 commit comments