From 0b3a8c51d2ffc06553c1e582b45628fc19ffdb5d Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:21:40 -0800 Subject: [PATCH] Upgrade to Byte Buddy 1.12.20 Closes gh-33587 --- 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 08d69ec4216d..95245133588e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -87,7 +87,7 @@ bom { ] } } - library("Byte Buddy", "1.12.19") { + library("Byte Buddy", "1.12.20") { group("net.bytebuddy") { modules = [ "byte-buddy",