From 6ba70b89da7cfe33a05f14b7feca0289502753cf Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 6 Apr 2023 13:24:57 +0200 Subject: [PATCH] Upgrade to Byte Buddy 1.14.4 Closes gh-34873 --- 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 da7ab56edf..7bd001a78f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -87,7 +87,7 @@ bom { ] } } - library("Byte Buddy", "1.14.2") { + library("Byte Buddy", "1.14.4") { group("net.bytebuddy") { modules = [ "byte-buddy",