From f71e5c829854c3744499f4ffc72b2213d3a782af Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 11 Jun 2024 13:24:42 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.14.17 Closes gh-41054 --- 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 387987183cc..484b92ba98e 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.16") { + library("Byte Buddy", "1.14.17") { group("net.bytebuddy") { modules = [ "byte-buddy",