From 444940c2c35eb62c8a9c121bbe765b43392609e7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Jan 2024 14:05:02 +0000 Subject: [PATCH] Upgrade to Byte Buddy 1.14.11 Closes gh-39174 --- 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 8a7003b702..5e08684875 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.10") { + library("Byte Buddy", "1.14.11") { group("net.bytebuddy") { modules = [ "byte-buddy",