From b3cfa3572df34488152ec786d9071ac20bc2c459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 11 Sep 2026 17:47:53 +0200 Subject: [PATCH] Upgrade to Byte Buddy 1.18.13 Closes gh-51671 --- 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 2fd39d4f0a6..2f564557c80 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -186,7 +186,7 @@ bom { releaseNotes("https://github.com/mojohaus/build-helper-maven-plugin/releases/tag/{version}") } } - library("Byte Buddy", "1.18.11") { + library("Byte Buddy", "1.18.13") { group("net.bytebuddy") { modules = [ "byte-buddy",