From d914a6f713c1c327e0d465eed6d4268cdc4c70b5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Jun 2020 10:32:51 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.10.11 Closes gh-21944 --- 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 a9f7379740..ca720617f0 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",