From df556304679ee6c9716915996dd41d2a7c318baf Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 11 Sep 2024 11:16:46 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.15.1 Closes gh-42215 --- 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 510782419e..0c6f2e0dd9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -136,7 +136,7 @@ bom { releaseNotes("https://github.com/mojohaus/build-helper-maven-plugin/releases/tag/{version}") } } - library("Byte Buddy", "1.14.19") { + library("Byte Buddy", "1.15.1") { group("net.bytebuddy") { modules = [ "byte-buddy",