From 7470342ddad3b78e1da5ae6f93c3f22d90add906 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 13 Oct 2022 15:44:49 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.12.18 Closes gh-32697 --- 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 23b7a0c739fa..53a9dc42f2d3 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.17") { + library("Byte Buddy", "1.12.18") { group("net.bytebuddy") { modules = [ "byte-buddy",