From 306ddf7d16155a6195390f8234fe3d14a3939de3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 10 Jun 2020 12:49:29 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.10.11 Closes gh-21841 --- 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 b06f24e625..4ebf4e3036 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.10.10") { + library("Byte Buddy", "1.10.11") { group("net.bytebuddy") { modules = [ "byte-buddy",