From b41ff2ec7a3e7e880aba8ce705dc27be585cf42d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Jan 2023 13:21:48 +0000 Subject: [PATCH] Upgrade to Byte Buddy 1.12.21 Closes gh-33794 --- 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 074d4661b7e..1788963e97d 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.20") { + library("Byte Buddy", "1.12.21") { group("net.bytebuddy") { modules = [ "byte-buddy",