From 808e1a02c08a365fd4bbc67eecd833caf18c38c7 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 10 Apr 2025 13:33:58 -0700 Subject: [PATCH] Upgrade to Byte Buddy 1.17.5 Closes gh-45102 --- 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 d8e7452fd8..7d21849614 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -128,7 +128,7 @@ bom { releaseNotes("https://github.com/mojohaus/build-helper-maven-plugin/releases/tag/{version}") } } - library("Byte Buddy", "1.17.2") { + library("Byte Buddy", "1.17.5") { group("net.bytebuddy") { modules = [ "byte-buddy",