From 4203bfa2862fb0e82743cb7df7144cd43a4dbebc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 17 Oct 2024 15:59:20 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.15.5 Closes gh-42759 --- 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 cafdaa05cd3..510209299d1 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.4") { + library("Byte Buddy", "1.15.5") { group("net.bytebuddy") { modules = [ "byte-buddy",