From 5d022df33a5e6d4cb299b5f841c326229c0f5613 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 22 Sep 2021 08:48:15 +0200 Subject: [PATCH] Upgrade to Byte Buddy 1.11.16 Closes gh-28091 --- 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 77ff7e61f8..8cb7a91dca 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.15") { + library("Byte Buddy", "1.11.16") { group("net.bytebuddy") { modules = [ "byte-buddy",