Skip to content

Commit

Permalink
[Java] Upgrade to Agrona 1.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Apr 15, 2021
1 parent 14ed39d commit 5d90ade
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 @@ -51,8 +51,8 @@ def mockitoVersion = '3.9.0'
def byteBuddyVersion = '1.10.22'
def junitVersion = '5.7.1'
def jmhVersion = '1.29'
def agronaVersion = '1.9.0'
def agronaVersionRange = '[1.9,1.10[' // allow any patch release of 1.9.x
def agronaVersion = '1.10.0'
def agronaVersionRange = '[1.10,1.11[' // allow any patch release of 1.10.x

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

0 comments on commit 5d90ade

Please sign in to comment.