From b59209c31d5b9c728000e83b267dc4ba4abfaf42 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 19 Jan 2023 09:49:37 +0000 Subject: [PATCH] Upgrade to Byte Buddy 1.12.22 Closes gh-33887 --- 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 9a4bbc74cf..c048503c0d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -157,7 +157,7 @@ bom { ] } } - library("Byte Buddy", "1.12.21") { + library("Byte Buddy", "1.12.22") { group("net.bytebuddy") { modules = [ "byte-buddy",