From 71fd84595aa70f61ec9478f992b91df5a59037c9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 10 Apr 2024 17:59:00 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.14.13 Closes gh-40295 --- 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 8e42453c76..b36bb311b3 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.12") { + library("Byte Buddy", "1.14.13") { group("net.bytebuddy") { modules = [ "byte-buddy",