Skip to content

Commit fb608d5

Browse files
committed
[Java] Upgrade to ByteBuddy 1.14.12.
1 parent 5cbbd60 commit fb608d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def toolchainJavadocTool = javaToolchains.javadocToolFor {
5757
languageVersion = JavaLanguageVersion.of(buildJavaVersion)
5858
}
5959

60-
def byteBuddyVersion = '1.14.11'
60+
def byteBuddyVersion = '1.14.12'
6161
def findbugsAnnotationsVersion = '3.0.1'
6262
def checkstyleVersion = '9.3'
6363
def hamcrestVersion = '2.2'

0 commit comments

Comments
 (0)