From 7c8ec4d22802a6a13f4cde70d27b6b6fca074c23 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 21 Sep 2022 08:30:22 +0200 Subject: [PATCH] Upgrade to Byte Buddy 1.12.17 Closes gh-32455 --- 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 799c98da13..6a7ca6d763 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.16") { + library("Byte Buddy", "1.12.17") { group("net.bytebuddy") { modules = [ "byte-buddy",