From 599a7737dbfc4c2402ede25c5a23c6e90c10dbce Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 9 Nov 2020 08:45:26 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.10.18 Closes gh-24083 --- 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 2d29a24ac0..b595ca8e61 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",