From 4479d32de3ce3b632a79f7bb1c23a2fadd5cd1b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 14 Oct 2024 15:01:30 +0200 Subject: [PATCH] Upgrade to Byte Buddy 1.15.4 Closes gh-42646 --- 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 6a6daedbc0..3f98083c58 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -135,7 +135,7 @@ bom { releaseNotes("https://github.com/mojohaus/build-helper-maven-plugin/releases/tag/{version}") } } - library("Byte Buddy", "1.15.1") { + library("Byte Buddy", "1.15.4") { group("net.bytebuddy") { modules = [ "byte-buddy",