From add7b41c8f36e2a7f987378e1fa7682dd1c48a33 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 8 Jan 2026 17:22:46 +0000 Subject: [PATCH] Upgrade to Byte Buddy 1.18.3 Closes gh-48734 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index e36b81aeb82..850015452b6 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -143,7 +143,7 @@ bom { releaseNotes("https://github.com/mojohaus/build-helper-maven-plugin/releases/tag/{version}") } } - library("Byte Buddy", "1.17.8") { + library("Byte Buddy", "1.18.3") { group("net.bytebuddy") { modules = [ "byte-buddy",