Skip to content

Commit

Permalink
[Java] Upgrade to Agrona 1.19.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Sep 1, 2023
1 parent 59b52bd commit 8a62e15
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,8 +45,8 @@ def toolchainLauncher = javaToolchains.launcherFor {
def aeronGroup = 'io.aeron'
def aeronVersion = file('version.txt').text.trim()

def agronaVersion = '1.19.1'
def agronaVersionRange = '[1.19.1,2.0[' // allow any release >= 1.19.1 and < 2.0.0
def agronaVersion = '1.19.2'
def agronaVersionRange = '[1.19.2,2.0[' // allow any release >= 1.19.2 and < 2.0.0
def sbeVersion = '1.29.0'
def checkstyleVersion = '9.3'
def hamcrestVersion = '2.2'
Expand Down

0 comments on commit 8a62e15

Please sign in to comment.