From af4e3984c7e45b02996c5e1b10e0a4563931c79c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 May 2024 12:27:17 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.14.15 Closes gh-40708 --- 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 b1ae28037c..11ed3d15c3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -123,7 +123,7 @@ bom { ] } } - library("Byte Buddy", "1.14.13") { + library("Byte Buddy", "1.14.15") { group("net.bytebuddy") { modules = [ "byte-buddy",