From 573f6a1fe8bc219072666e4a5fd98d673acd8b5a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 23 Sep 2021 07:40:48 +0200 Subject: [PATCH] Upgrade to Byte Buddy 1.11.18 Closes gh-28110 --- 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 8224667827..2c5f6278e6 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.16") { + library("Byte Buddy", "1.11.18") { group("net.bytebuddy") { modules = [ "byte-buddy",