Skip to content

Commit

Permalink
[Java] Upgrade to Agrona 1.22.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Aug 5, 2024
1 parent d419f7f commit 49c2b99
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 @@ -61,8 +61,8 @@ def junitVersion = '5.10.3'
def jqwikVersion = '1.9.0'
def jsonVersion = '20240303'
def jmhVersion = '1.37'
def agronaVersion = '1.21.2'
def agronaVersionRange = '[1.21.2,2.0[' // allow any release >= 1.21.2 and < 2.0.0
def agronaVersion = '1.22.0'
def agronaVersionRange = '[1.22.0,2.0[' // allow any release >= 1.22.0 and < 2.0.0

def sbeGroup = 'uk.co.real-logic'
def sbeVersion = file('version.txt').text.trim()
Expand Down

0 comments on commit 49c2b99

Please sign in to comment.