From 672f36d053c56eafb0ff186bab128edc8aef4206 Mon Sep 17 00:00:00 2001 From: Dependabot Standalone Date: Tue, 2 Jun 2026 09:37:55 -0700 Subject: [PATCH] Upgrade to Byte Buddy 1.18.9 Closes gh-50653 --- 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 50c9d970ed2..64f45ca72d3 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.8") { + library("Byte Buddy", "1.18.9") { group("net.bytebuddy") { modules = [ "byte-buddy",