Update ByteBuddy to latest 1.14.18

Signed-off-by: Scott Marlow <smarlow@redhat.com>
This commit is contained in:
Scott Marlow 2024-07-15 13:31:10 -04:00 committed by Christian Beikov
parent bc432345ec
commit f34dcc7d08
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ dependencyResolutionManagement {
}
libs {
def antlrVersion = version "antlr", "4.13.0"
def byteBuddyVersion = version "byteBuddy", "1.14.15"
def byteBuddyVersion = version "byteBuddy", "1.14.18"
def classmateVersion = version "classmate", "1.5.1"
def geolatteVersion = version "geolatte", "1.9.1"
def hcannVersion = version "hcann", "7.0.1.Final"