From 60b943eeec1a152f4aac5198d99087344097ec78 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:03:35 -0800 Subject: [PATCH] Upgrade to Byte Buddy 1.12.20 Closes gh-33570 --- 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 ef40293459..15ccd83250 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -152,7 +152,7 @@ bom { ] } } - library("Byte Buddy", "1.12.19") { + library("Byte Buddy", "1.12.20") { group("net.bytebuddy") { modules = [ "byte-buddy",