From 6bd48c6bf950e286e1aba9a961b1722fadfe4a8e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 17:32:51 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.12.10 Closes gh-30928 --- 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 e4785d8865eb..f850f9fc6b5f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -150,7 +150,7 @@ bom { ] } } - library("Byte Buddy", "1.12.9") { + library("Byte Buddy", "1.12.10") { group("net.bytebuddy") { modules = [ "byte-buddy",