Skip to content

Commit

Permalink
[Java] Upgrade to Agrona 1.14.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Nov 23, 2021
1 parent a2f348a commit 8d1b6a0
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 @@ -47,8 +47,8 @@ def hamcrestVersion = '2.2'
def mockitoVersion = '4.1.0'
def junitVersion = '5.8.1'
def jmhVersion = '1.33'
def agronaVersion = '1.13.1'
def agronaVersionRange = '[1.13,1.14[' // allow any patch release of 1.13.x
def agronaVersion = '1.14.0'
def agronaVersionRange = '[1.14,1.15[' // allow any patch release of 1.14.x

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

0 comments on commit 8d1b6a0

Please sign in to comment.