From 65deba8dbbd02a07eea0a0f3e4d2816a2b96f96f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 Dec 2024 19:18:01 +0000 Subject: [PATCH] Upgrade to Byte Buddy 1.15.11 Closes gh-43529 --- 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 b328731759f..3b2074aa65e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -137,7 +137,7 @@ bom { releaseNotes("https://github.com/mojohaus/build-helper-maven-plugin/releases/tag/{version}") } } - library("Byte Buddy", "1.15.10") { + library("Byte Buddy", "1.15.11") { group("net.bytebuddy") { modules = [ "byte-buddy",