From f883a6cf26bacf039b6158d13697539911029d9c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Feb 2020 16:17:24 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.10.7 Closes gh-20062 --- 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 a5122ffac6..50c725266e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -141,7 +141,7 @@ bom { ] } } - library("Byte Buddy", "1.10.4") { + library("Byte Buddy", "1.10.7") { group("net.bytebuddy") { modules = [ "byte-buddy",