HHH-17145 Upgrade to ByteBuddy 1.14.7

This commit is contained in:
Sanne Grinovero 2023-08-29 13:53:26 +01:00
parent 2873f62e86
commit 1b53e57750
1 changed files with 1 additions and 1 deletions

View File

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