From 707fb929a2ee4ea4239959192ced30c6cda4d424 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 Mar 2020 14:23:42 +0000 Subject: [PATCH] Upgrade to Byte Buddy 1.10.8 Closes gh-20442 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 4766cc8b67..20fdab2cb0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -141,7 +141,7 @@ bom { ] } } - library("Byte Buddy", "1.10.7") { + library("Byte Buddy", "1.10.8") { group("net.bytebuddy") { modules = [ "byte-buddy",