From be2482cbed49f972b4b71a9d24e88aa534e66559 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Oct 2020 09:29:39 +0200 Subject: [PATCH] Upgrade to Byte Buddy 1.10.17 Closes gh-23639 --- 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 51580d91481..6440d5cb5b3 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",