From 2bb369b9a1c3e31fb4901b844f269848961d98d3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 17 Aug 2021 09:14:33 +0200 Subject: [PATCH] Upgrade to Byte Buddy 1.11.12 Closes gh-27704 --- 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 217636619b8..b086f580a33 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.8") { + library("Byte Buddy", "1.11.12") { group("net.bytebuddy") { modules = [ "byte-buddy",