Skip to content

Commit b0bfc35

Browse files
committed
[Java] Upgrade to Agrona 1.19.0.
1 parent 83e4a3a commit b0bfc35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
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.9.3'
6060
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
61+
def agronaVersion = '1.19.0'
62+
def agronaVersionRange = '[1.19.0,2.0[' // allow any release >= 1.19.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)