From f890de1f9e2ecd60ff978e0f4bd6c936d4f5b610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 15 Sep 2023 15:16:33 +0200 Subject: [PATCH] Upgrade to Byte Buddy 1.14.8 Closes gh-37419 --- 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 f5094dadba..117d5fed81 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.7") { + library("Byte Buddy", "1.14.8") { group("net.bytebuddy") { modules = [ "byte-buddy",