From 30a10164a89f7bee9af7ea193f9fb4f069c3f13e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jul 2022 17:10:47 +0200 Subject: [PATCH] Upgrade to Byte Buddy 1.12.12 Closes gh-31735 --- 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 c86e87eb841e..ab20ba7bc78e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -152,7 +152,7 @@ bom { ] } } - library("Byte Buddy", "1.12.11") { + library("Byte Buddy", "1.12.12") { group("net.bytebuddy") { modules = [ "byte-buddy",