From c287f6fa1cb63f7608793dda926335397fae3b5b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 7 Aug 2020 09:57:58 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.10.14 Closes gh-22789 --- 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 7e485dbd42..7eb6386b89 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -142,7 +142,7 @@ bom { ] } } - library("Byte Buddy", "1.10.12") { + library("Byte Buddy", "1.10.14") { group("net.bytebuddy") { modules = [ "byte-buddy",