From 633b7ba96f0a7fd1ece211069f29d9e917c799f1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:44:07 +0200 Subject: [PATCH] Upgrade to Byte Buddy 1.14.5 Closes gh-35826 --- 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 2193c91ef1..d4cfefb6be 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.4") { + library("Byte Buddy", "1.14.5") { group("net.bytebuddy") { modules = [ "byte-buddy",