From b51506f16f815220919922db96afd9ffc4e8a374 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Mar 2023 10:40:54 +0000 Subject: [PATCH] Upgrade to Byte Buddy 1.14.2 Closes gh-34679 --- 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 d022823ea79..840ac3d541b 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.14.1") { + library("Byte Buddy", "1.14.2") { group("net.bytebuddy") { modules = [ "byte-buddy",