From cd65e26773592102e2a7d9989138cbde85a1e749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 3 Jun 2026 17:00:09 +0200 Subject: [PATCH] Upgrade to Byte Buddy 1.18.10 Closes gh-50693 --- 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 003b41d17a5..a25b30214be 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.9") { + library("Byte Buddy", "1.18.10") { group("net.bytebuddy") { modules = [ "byte-buddy",