From 6f09109a738fa5f063ec6559d2539d6ddf07aa7e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jul 2021 07:53:50 +0200 Subject: [PATCH] Upgrade to Byte Buddy 1.11.6 Closes gh-27253 --- 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 29f6b41235..56be79b6f9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -141,7 +141,7 @@ bom { ] } } - library("Byte Buddy", "1.10.22") { + library("Byte Buddy", "1.11.6") { group("net.bytebuddy") { modules = [ "byte-buddy",