Update ByteBuddy to latest 1.14.18
Signed-off-by: Scott Marlow <smarlow@redhat.com>
This commit is contained in:
parent
bc432345ec
commit
f34dcc7d08
|
@ -68,7 +68,7 @@ dependencyResolutionManagement {
|
||||||
}
|
}
|
||||||
libs {
|
libs {
|
||||||
def antlrVersion = version "antlr", "4.13.0"
|
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 classmateVersion = version "classmate", "1.5.1"
|
||||||
def geolatteVersion = version "geolatte", "1.9.1"
|
def geolatteVersion = version "geolatte", "1.9.1"
|
||||||
def hcannVersion = version "hcann", "7.0.1.Final"
|
def hcannVersion = version "hcann", "7.0.1.Final"
|
||||||
|
|
Loading…
Reference in New Issue