From ccc9518e4197e2331978396119f6f46d722a0420 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 10 Mar 2023 16:27:17 +0000 Subject: [PATCH] Upgrade to Byte Buddy 1.14.1 Closes gh-34570 --- 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 e9bd2bb49e..2d9bb9f76b 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.0") { + library("Byte Buddy", "1.14.1") { group("net.bytebuddy") { modules = [ "byte-buddy",