From 77fd91ee945d9c4b9d48568bf6e20b0d7298bd3d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jan 2025 12:23:13 +0000 Subject: [PATCH] Upgrade to Byte Buddy 1.16.1 Closes gh-43892 --- 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 221eb5573c..28137d17a8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -137,7 +137,7 @@ bom { releaseNotes("https://github.com/mojohaus/build-helper-maven-plugin/releases/tag/{version}") } } - library("Byte Buddy", "1.15.11") { + library("Byte Buddy", "1.16.1") { group("net.bytebuddy") { modules = [ "byte-buddy",