From 0371f3f8810474ecc84f517f3fb63c8ed6d27eb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 15 Sep 2023 15:43:29 +0200 Subject: [PATCH] Upgrade to Byte Buddy 1.14.8 Closes gh-37429 --- 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 b269181414a..7f6ebee5ebf 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",