From cf3935073f87f782640c0aa5ff32febeaeafe549 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Jan 2022 15:12:47 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.12.7 Closes gh-29414 --- 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 4ea12d16b72..e0654f8fce4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -144,7 +144,7 @@ bom { ] } } - library("Byte Buddy", "1.12.6") { + library("Byte Buddy", "1.12.7") { group("net.bytebuddy") { modules = [ "byte-buddy",