From cc1a89b9343f6fa9f93cc4965935c0c86436e003 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 18:20:58 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.12.10 Closes gh-30945 --- 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 7b92dae5974..d60ea594086 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -72,7 +72,7 @@ bom { ] } } - library("Byte Buddy", "1.12.9") { + library("Byte Buddy", "1.12.10") { group("net.bytebuddy") { modules = [ "byte-buddy",