Skip to content

Commit

Permalink
[Java}: update agrona dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontgomery committed Nov 18, 2019
1 parent 972dfee commit 7effdf9
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 @@ if (env.CI || env.TRAVIS) {
def aeronGroup = 'io.aeron'
def aeronVersion = file('version.txt').text.trim()

def agronaVersion = '1.0.11'
def agronaVersion = '1.1.0'
def sbeVersion = '1.14.1'
def byteBuddyVersion = '1.10.2'
def hdrHistogramVersion = '2.1.11'
Expand Down

0 comments on commit 7effdf9

Please sign in to comment.