From 17e3bfa0160ae78a8fafe29c03ba9fbb86e8730a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 09:40:59 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.12.8 Closes gh-29830 --- 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 422eaddf22e..cd2f77334d3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -144,7 +144,7 @@ bom { ] } } - library("Byte Buddy", "1.12.7") { + library("Byte Buddy", "1.12.8") { group("net.bytebuddy") { modules = [ "byte-buddy",