From ebfa494b2e43dc96e25768ac082df47796744ffc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 9 Nov 2020 08:22:28 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.10.18 Closes gh-24078 --- 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 0dc4fa6789..aee98c7e36 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.17") { + library("Byte Buddy", "1.10.18") { group("net.bytebuddy") { modules = [ "byte-buddy",