From a823c75bf9ac84089bee0cd8c2f7970ca58e1d1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 16 Aug 2024 09:33:16 +0200 Subject: [PATCH] Upgrade to Byte Buddy 1.14.19 Closes gh-41881 --- 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 9519ac5da83..66d7183ba04 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -123,7 +123,7 @@ bom { ] } } - library("Byte Buddy", "1.14.18") { + library("Byte Buddy", "1.14.19") { group("net.bytebuddy") { modules = [ "byte-buddy",