From a220c5536efa24d9f5b0665b46f1026201bf9fdc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 4 Jan 2024 16:31:51 +0000 Subject: [PATCH] Upgrade to Byte Buddy 1.14.11 Closes gh-39000 --- 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 6a15cbb3b2..757805fcc0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -123,7 +123,7 @@ bom { ] } } - library("Byte Buddy", "1.14.10") { + library("Byte Buddy", "1.14.11") { group("net.bytebuddy") { modules = [ "byte-buddy",