From 2dde0dcba3d5f227190edb4594babfaa7713471b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jul 2024 12:10:55 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.14.18 Closes gh-41371 --- 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 9f61114f71b..0402c769367 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -155,7 +155,7 @@ bom { releaseNotes("https://github.com/mojohaus/build-helper-maven-plugin/releases/tag/{version}") } } - library("Byte Buddy", "1.14.17") { + library("Byte Buddy", "1.14.18") { group("net.bytebuddy") { modules = [ "byte-buddy",