From b0169b95cddb9513e28321c6d8e0463282cc9af1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 11 Nov 2024 08:17:36 +0900 Subject: [PATCH] Upgrade to Byte Buddy 1.15.10 Closes gh-43097 --- 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 3951c74bdb..3fe5cd5041 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -136,7 +136,7 @@ bom { releaseNotes("https://github.com/mojohaus/build-helper-maven-plugin/releases/tag/{version}") } } - library("Byte Buddy", "1.15.7") { + library("Byte Buddy", "1.15.10") { group("net.bytebuddy") { modules = [ "byte-buddy",