From 8bca178b83fa0868bc0729e5c68a0e92034d9cc4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 21 Sep 2022 08:24:27 +0200 Subject: [PATCH] Upgrade to Byte Buddy 1.12.17 Closes gh-32454 --- 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 badd2127329b..032a76dad3e7 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.16") { + library("Byte Buddy", "1.12.17") { group("net.bytebuddy") { modules = [ "byte-buddy",