From cd0894edeee76862e5a4bdfebd7aef2011301d0d Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 20 Nov 2023 17:47:48 -0800 Subject: [PATCH] Upgrade to Byte Buddy 1.14.10 Closes gh-38407 --- 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 374028a560..cf96979e3e 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.9") { + library("Byte Buddy", "1.14.10") { group("net.bytebuddy") { modules = [ "byte-buddy",