Skip to content

Commit

Permalink
[Java] Upgrade to Agrona 1.15.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Mar 15, 2022
1 parent c6684dc commit 64791e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def toolchainLauncher = javaToolchains.launcherFor {
def aeronGroup = 'io.aeron'
def aeronVersion = file('version.txt').text.trim()

def agronaVersion = '1.14.0'
def agronaVersion = '1.15.0'
def agronaVersionRange = '[1.14,1.15[' // allow any patch release of 1.14.x
def sbeVersion = '1.25.1'
def checkstyleVersion = '9.3'
Expand Down

0 comments on commit 64791e8

Please sign in to comment.