From a2807d1e15cd9ffad9598a8c6f0c2f78996c5534 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 7 Jul 2022 17:36:34 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.12.12 Closes gh-31625 --- 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 9864c91646..4d3fa356c5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -75,7 +75,7 @@ bom { ] } } - library("Byte Buddy", "1.12.10") { + library("Byte Buddy", "1.12.12") { group("net.bytebuddy") { modules = [ "byte-buddy",