From bc643d997e0e6fa3fea5eec194ee402d968c26c5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Sep 2021 08:17:32 +0200 Subject: [PATCH] Upgrade to Byte Buddy 1.11.15 Closes gh-27999 --- 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 5165067baaf..b0c6ec75550 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.11.12") { + library("Byte Buddy", "1.11.15") { group("net.bytebuddy") { modules = [ "byte-buddy",