From cf3d5cad2d93d6922e875ed768d88c4c7bddd1f8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Sep 2023 10:28:57 +0200 Subject: [PATCH] Upgrade to Byte Buddy 1.14.7 Closes gh-37296 --- 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 db3fff1b71..fcad1348ca 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.6") { + library("Byte Buddy", "1.14.7") { group("net.bytebuddy") { modules = [ "byte-buddy",