From 2b76f837b407e4b0e09967d3137764009983850c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 30 Apr 2020 19:46:45 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.10.10 Closes gh-21274 --- 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 1848b86b44..5fccba9e25 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.9") { + library("Byte Buddy", "1.10.10") { group("net.bytebuddy") { modules = [ "byte-buddy",