From 386ed39a9bbc04701c55299566166922aa3e7366 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 19 Jan 2023 12:04:01 +0000 Subject: [PATCH] Upgrade to Byte Buddy 1.12.22 Closes gh-33898 --- 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 194c909af1..eca164af88 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.21") { + library("Byte Buddy", "1.12.22") { group("net.bytebuddy") { modules = [ "byte-buddy",