Skip to content

Commit fae3e45

Browse files
committed
[Java] Upgrade to Agrona 1.21.0.
1 parent c942cc6 commit fae3e45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ def hamcrestVersion = '2.2'
5858
def mockitoVersion = '4.11.0'
5959
def junitVersion = '5.10.2'
6060
def jmhVersion = '1.37'
61-
def agronaVersion = '1.20.0'
62-
def agronaVersionRange = '[1.20.0,2.0[' // allow any release >= 1.20.0 and < 2.0.0
61+
def agronaVersion = '1.21.0'
62+
def agronaVersionRange = '[1.21.0,2.0[' // allow any release >= 1.20.0 and < 2.0.0
6363

6464
def sbeGroup = 'uk.co.real-logic'
6565
def sbeVersion = file('version.txt').text.trim()

0 commit comments

Comments
 (0)