From 68623cb68a64be91f0e477fd86ad347465592b5e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Jan 2023 12:12:46 +0000 Subject: [PATCH] Upgrade to Byte Buddy 1.12.21 Closes gh-33778 --- 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 72fea7eafc..5babf5eb33 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -152,7 +152,7 @@ bom { ] } } - library("Byte Buddy", "1.12.20") { + library("Byte Buddy", "1.12.21") { group("net.bytebuddy") { modules = [ "byte-buddy",