From 93af29e5ccc9c23b296e82263a5ec395927db083 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 10 Apr 2024 10:27:33 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.14.13 Closes gh-40280 --- 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 1fcdfb66dd9..850b33ebaa4 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",