Skip to content

Commit

Permalink
[Java] Upgrade to Agrona 1.19.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Aug 9, 2023
1 parent 46071f7 commit 8f480b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def hamcrestVersion = '2.2'
def mockitoVersion = '4.11.0'
def junitVersion = '5.10.0'
def jmhVersion = '1.37'
def agronaVersion = '1.19.0'
def agronaVersion = '1.19.1'
def agronaVersionRange = '[1.19.0,2.0[' // allow any release >= 1.19.0 and < 2.0.0

def sbeGroup = 'uk.co.real-logic'
Expand Down

0 comments on commit 8f480b9

Please sign in to comment.