From 4fa254d745914298a3784eaf581787cb2c5e1534 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 24 Oct 2024 09:23:13 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.15.7 Closes gh-42867 --- 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 fdffeb1ea6..5242e9e448 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -135,7 +135,7 @@ bom { releaseNotes("https://github.com/mojohaus/build-helper-maven-plugin/releases/tag/{version}") } } - library("Byte Buddy", "1.15.5") { + library("Byte Buddy", "1.15.7") { group("net.bytebuddy") { modules = [ "byte-buddy",