From ace3376a0be1e6a1ef855b86a28edfa2c77fac53 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Mar 2021 09:21:57 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.10.22 Closes gh-25624 --- 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 3f7891afdea..d4f4d2421ec 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.20") { + library("Byte Buddy", "1.10.22") { group("net.bytebuddy") { modules = [ "byte-buddy",