From 404f3fdcc46bdfc92350ff067e5688c68dab4fcc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 14:53:11 +0000 Subject: [PATCH] Upgrade to Byte Buddy 1.12.23 Closes gh-34255 --- 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 121793a65afd..8339b6bf0b03 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -87,7 +87,7 @@ bom { ] } } - library("Byte Buddy", "1.12.22") { + library("Byte Buddy", "1.12.23") { group("net.bytebuddy") { modules = [ "byte-buddy",