From ce018d5b6e98fa67d82fa9dcb5b9019523cb386e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Sep 2022 14:16:10 +0200 Subject: [PATCH] Upgrade to Byte Buddy 1.12.16 Closes gh-32334 --- 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 409c4c8163c..c9ba9fdfb3d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -65,7 +65,7 @@ bom { ] } } - library("Byte Buddy", "1.12.12") { + library("Byte Buddy", "1.12.16") { group("net.bytebuddy") { modules = [ "byte-buddy",