From bd24553f7ec0d50a7cbdad23ca1558c6b4b52c4f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 10:06:45 +0000 Subject: [PATCH] Upgrade to Byte Buddy 1.10.20 Closes gh-25207 --- 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 1da6f96f3d..d6be96fb06 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -142,7 +142,7 @@ bom { ] } } - library("Byte Buddy", "1.10.19") { + library("Byte Buddy", "1.10.20") { group("net.bytebuddy") { modules = [ "byte-buddy",