From bbb9a0df120ff4e293cd292a19c83b4a056441a6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 9 Nov 2021 07:29:33 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.11.22 Closes gh-28571 --- 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 d45a885cdeb1..748709f1550b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -141,7 +141,7 @@ bom { ] } } - library("Byte Buddy", "1.11.21") { + library("Byte Buddy", "1.11.22") { group("net.bytebuddy") { modules = [ "byte-buddy",