From a1d741b3a80eaacb0cc1618f65c920d27ee2828c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Aug 2022 20:54:17 +0200 Subject: [PATCH] Upgrade to Byte Buddy 1.12.13 Closes gh-32013 --- 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 ce7cf6074488..74045e45554a 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.12") { + library("Byte Buddy", "1.12.13") { group("net.bytebuddy") { modules = [ "byte-buddy",