Skip to content

Commit

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

def agronaVersion = '1.13.0'
def agronaVersion = '1.13.1'
def agronaVersionRange = '[1.13,1.14[' // allow any patch release of 1.13.x
def sbeVersion = '1.25.0'
def checkstyleVersion = '9.1'
Expand Down

0 comments on commit 23afe22

Please sign in to comment.