From 82ca58a36eac6151a747673ac541aa1b66710be4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:35:32 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.10.13 Closes gh-22454 --- 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 c83de26f1e..7a5bcf374c 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.11") { + library("Byte Buddy", "1.10.13") { group("net.bytebuddy") { modules = [ "byte-buddy",