Skip to content

Commit

Permalink
[Java] Upgrade to Agrona 1.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Aug 5, 2021
1 parent f23a926 commit ec1939c
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 @@ -42,8 +42,8 @@ def toolchainLauncher = javaToolchains.launcherFor {
def aeronGroup = 'io.aeron'
def aeronVersion = file('version.txt').text.trim()

def agronaVersion = '1.11.0'
def agronaVersionRange = '[1.11,1.12[' // allow any patch release of 1.11.x
def agronaVersion = '1.12.0'
def agronaVersionRange = '[1.12,1.13[' // allow any patch release of 1.12.x
def sbeVersion = '1.23.0'
def checkstyleVersion = '8.39'
def hamcrestVersion = '2.2'
Expand Down

0 comments on commit ec1939c

Please sign in to comment.