From 9e83bbbce78e11bbfbf716e00f2aa45b00dc3932 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Mar 2021 11:32:05 +0000 Subject: [PATCH] Upgrade to Byte Buddy 1.10.22 Closes gh-25655 --- 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 c138af2c50..111d552807 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.20") { + library("Byte Buddy", "1.10.22") { group("net.bytebuddy") { modules = [ "byte-buddy",