From 0fd1babf193f51c7802fdac3becbe22a431b3146 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Nov 2022 15:03:33 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.12.19 Closes gh-33302 --- 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 9b073d7119..18e5b980a9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -87,7 +87,7 @@ bom { ] } } - library("Byte Buddy", "1.12.18") { + library("Byte Buddy", "1.12.19") { group("net.bytebuddy") { modules = [ "byte-buddy",