From d16aa3f377f577ca5a52336cda125e7d73312a99 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 11 Aug 2020 12:17:13 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.10.14 Closes gh-22859 --- 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 11a8b8983bf..897d0084e1b 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.13") { + library("Byte Buddy", "1.10.14") { group("net.bytebuddy") { modules = [ "byte-buddy",