From 0ffd7e6910a5113564264d98bb0e1773b121d457 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 22 May 2024 19:14:42 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.14.16 Closes gh-40877 --- 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 909ee0aa3ae..ea50525d9ef 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.15") { + library("Byte Buddy", "1.14.16") { group("net.bytebuddy") { modules = [ "byte-buddy",