From 44c650eef7083385c2c1b043e06992249a37917f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Aug 2023 17:16:08 +0200 Subject: [PATCH] Upgrade to Byte Buddy 1.14.6 Closes gh-36994 --- 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 79be0a25eb9..bd9b16343b8 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.5") { + library("Byte Buddy", "1.14.6") { group("net.bytebuddy") { modules = [ "byte-buddy",