From 3a12a86ea26f30ca0d00aa71c8d6c345c13b8706 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Sep 2023 14:38:24 +0200 Subject: [PATCH] Upgrade to Byte Buddy 1.14.7 Closes gh-37311 --- 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 c49b666cca..f7a809db8d 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.6") { + library("Byte Buddy", "1.14.7") { group("net.bytebuddy") { modules = [ "byte-buddy",