Skip to content

Commit

Permalink
Merge pull request #959 from wojciech-adaptive/agrona-1.20.0
Browse files Browse the repository at this point in the history
[Java] Upgrade to Agrona 1.20.0.
  • Loading branch information
vyazelenko authored Nov 2, 2023
2 parents c0dae9e + 3b8101d commit a14edd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ def hamcrestVersion = '2.2'
def mockitoVersion = '4.11.0'
def junitVersion = '5.10.0'
def jmhVersion = '1.37'
def agronaVersion = '1.19.2'
def agronaVersionRange = '[1.19.2,2.0[' // allow any release >= 1.19.2 and < 2.0.0
def agronaVersion = '1.20.0'
def agronaVersionRange = '[1.20.0,2.0[' // allow any release >= 1.20.0 and < 2.0.0

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

0 comments on commit a14edd4

Please sign in to comment.