From 88afda03a38865a2c611852a16d533cd560b6e69 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 09:28:11 +0000 Subject: [PATCH] Upgrade to Byte Buddy 1.10.20 Closes gh-25190 --- 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 f27fefa275c2..7c997022dd9d 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.19") { + library("Byte Buddy", "1.10.20") { group("net.bytebuddy") { modules = [ "byte-buddy",