Skip to content

Commit

Permalink
[Java] Upgrade to Agrona 1.18.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Apr 16, 2023
1 parent 2c7979e commit 9b2f42d
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 @@ -47,8 +47,8 @@ def hamcrestVersion = '2.2'
def mockitoVersion = '4.11.0'
def junitVersion = '5.9.2'
def jmhVersion = '1.36'
def agronaVersion = '1.18.0'
def agronaVersionRange = '[1.18.0,2.0[' // allow any release >= 1.18.0 and < 2.0.0
def agronaVersion = '1.18.1'
def agronaVersionRange = '[1.18.1,2.0[' // allow any release >= 1.18.1 and < 2.0.0

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

0 comments on commit 9b2f42d

Please sign in to comment.