From 7d3fa4e7a68822033421f6cdd0ef90b45c8888c9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Nov 2022 22:23:17 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.12.19 Closes gh-33272 --- 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 6434c19063..b9b7dccbf1 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.18") { + library("Byte Buddy", "1.12.19") { group("net.bytebuddy") { modules = [ "byte-buddy",