From 7d00ff4adf88164620377171346292ef0b014fa0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Aug 2023 15:17:16 +0200 Subject: [PATCH] Upgrade to Byte Buddy 1.14.6 Closes gh-36996 --- 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 3e75cc87e5e..e7b5b12805e 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",