From beadd1948b2e76f9225151e058315c208d12e6e9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 11 Jun 2024 15:13:18 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.14.17 Closes gh-41066 --- 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 c7418b2f375..a6105091d89 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.16") { + library("Byte Buddy", "1.14.17") { group("net.bytebuddy") { modules = [ "byte-buddy",