Skip to content

Commit

Permalink
[Java] Upgrade to ByteBuddy 1.12.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Mar 21, 2022
1 parent 0a66041 commit 4a6f4c8
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 @@ -47,7 +47,7 @@ def toolchainJavadocTool = javaToolchains.javadocToolFor {
languageVersion = JavaLanguageVersion.of(buildJavaVersion)
}

def byteBuddyVersion = '1.12.7'
def byteBuddyVersion = '1.12.8'
def findbugsAnnotationsVersion = '3.0.1'
def checkstyleVersion = '9.3'
def hamcrestVersion = '2.2'
Expand Down

0 comments on commit 4a6f4c8

Please sign in to comment.