HHH-18091 Upgrade to ByteBuddy 1.14.15

This commit is contained in:
Sanne Grinovero 2024-05-09 08:00:14 +01:00 committed by Sanne Grinovero
parent b051936204
commit e41071a072
1 changed files with 1 additions and 1 deletions

View File

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