From fca4ab78f4f54a62401ae16a0f98829cf8370f09 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 11:29:02 +0000 Subject: [PATCH] Upgrade to Byte Buddy 1.10.17 Closes gh-23865 --- 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 86ce3b9b32..89ed675b30 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.14") { + library("Byte Buddy", "1.10.17") { group("net.bytebuddy") { modules = [ "byte-buddy",