From d64f76c65795830db1a27c3fd56672a8a9a40b5b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 15:33:22 +0000 Subject: [PATCH] Upgrade to Byte Buddy 1.14.10 Closes gh-38453 --- 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 1741bfd1cd..f51c7e6614 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.9") { + library("Byte Buddy", "1.14.10") { group("net.bytebuddy") { modules = [ "byte-buddy",