From 2ac9381be43d03ff8e4217f960a5e3721a0c84e7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 3 Jan 2022 08:22:07 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.12.6 Closes gh-29205 --- 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 c98804c568..99e8a3b650 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.11.22") { + library("Byte Buddy", "1.12.6") { group("net.bytebuddy") { modules = [ "byte-buddy",