Skip to content

Commit

Permalink
[Java] Upgrade to Agrona 1.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Jun 11, 2021
1 parent ffd6696 commit 4603f9c
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 @@ -44,8 +44,8 @@ def mockitoVersion = '3.11.1'
def byteBuddyVersion = '1.11.2'
def junitVersion = '5.7.2'
def jmhVersion = '1.32'
def agronaVersion = '1.10.0'
def agronaVersionRange = '[1.10,1.11[' // allow any patch release of 1.10.x
def agronaVersion = '1.11.0'
def agronaVersionRange = '[1.11,1.12[' // allow any patch release of 1.11.x

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

0 comments on commit 4603f9c

Please sign in to comment.