From f4ed0a2df5588562cdfb2213a05a837b1887bcca Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 Oct 2023 10:56:37 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.14.9 Closes gh-37802 --- 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 abdfacd240..47fb2975bf 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.8") { + library("Byte Buddy", "1.14.9") { group("net.bytebuddy") { modules = [ "byte-buddy",