From f1bc3728832b920898b0e407a3d8829cfa056d9d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Oct 2021 09:48:45 +0200 Subject: [PATCH] Upgrade to Byte Buddy 1.11.20 Closes gh-28314 --- 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 15008aea02..446082b3e4 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.18") { + library("Byte Buddy", "1.11.20") { group("net.bytebuddy") { modules = [ "byte-buddy",