Skip to content

Commit

Permalink
[Java] Upgrade to Agrona 1.15.1 and SBE 1.25.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Apr 14, 2022
1 parent d606c16 commit 6a69dd8
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 @@ -45,9 +45,9 @@ def toolchainLauncher = javaToolchains.launcherFor {
def aeronGroup = 'io.aeron'
def aeronVersion = file('version.txt').text.trim()

def agronaVersion = '1.15.0'
def agronaVersion = '1.15.1'
def agronaVersionRange = '[1.15,1.16[' // allow any patch release of 1.15.x
def sbeVersion = '1.25.2'
def sbeVersion = '1.25.3'
def checkstyleVersion = '9.3'
def hamcrestVersion = '2.2'
def junitVersion = '5.8.2'
Expand Down

0 comments on commit 6a69dd8

Please sign in to comment.