Skip to content

Commit

Permalink
[Java] Upgrade to ByteBuddy 1.15.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Aug 23, 2024
1 parent d565000 commit d910c1f
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 @@ -62,7 +62,7 @@ def checkstyleVersion = '9.3'
def hamcrestVersion = '3.0'
def junitVersion = '5.11.0'
def mockitoVersion = '4.11.0'
def byteBuddyVersion = '1.14.19'
def byteBuddyVersion = '1.15.0'
def findbugsAnnotationsVersion = '3.0.1'
def hdrHistogramVersion = '2.2.2'
def gitCommitHash = io.aeron.build.GithubUtil.currentGitHash("${projectDir}")
Expand Down

0 comments on commit d910c1f

Please sign in to comment.