Skip to content

Commit

Permalink
[Java] Upgrade to SBE 1.31.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Apr 11, 2024
1 parent afde3db commit 478de82
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 @@ -57,7 +57,7 @@ def aeronVersion = file('version.txt').text.trim()

def agronaVersion = '1.21.1'
def agronaVersionRange = '[1.21.1,2.0[' // allow any release >= 1.21.1 and < 2.0.0
def sbeVersion = '1.31.0'
def sbeVersion = '1.31.1'
def checkstyleVersion = '9.3'
def hamcrestVersion = '2.2'
def junitVersion = '5.10.2'
Expand Down

0 comments on commit 478de82

Please sign in to comment.