From 14ee4508c43e691716de3b142a30fa6ddbff1af5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 16:29:32 +0000 Subject: [PATCH] Upgrade to Byte Buddy 1.14.0 Closes gh-34274 --- 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 ca1897d107..15d925f800 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -87,7 +87,7 @@ bom { ] } } - library("Byte Buddy", "1.12.23") { + library("Byte Buddy", "1.14.0") { group("net.bytebuddy") { modules = [ "byte-buddy",