From aa29d950a9bc6df2bef6d37a6c2f955e8b92a81b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Jan 2021 09:14:36 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.10.19 Closes gh-24897 --- 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 37c346c510..b21e38947d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -135,7 +135,7 @@ bom { ] } } - library("Byte Buddy", "1.10.18") { + library("Byte Buddy", "1.10.19") { group("net.bytebuddy") { modules = [ "byte-buddy",