HHH-17713 Upgrade ByteBuddy to 1.14.11

Signed-off-by: Scott Marlow <smarlow@redhat.com>
This commit is contained in:
Scott Marlow 2024-02-05 17:51:51 -05:00 committed by Sanne Grinovero
parent 4226cf2c02
commit 1051b10192
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ dependencyResolutionManagement {
}
libs {
def antlrVersion = version "antlr", "4.13.0"
def byteBuddyVersion = version "byteBuddy", "1.14.7"
def byteBuddyVersion = version "byteBuddy", "1.14.11"
def classmateVersion = version "classmate", "1.5.1"
def geolatteVersion = version "geolatte", "1.8.2"
def hcannVersion = version "hcann", "6.0.6.Final"