From f9023c113003110e18bc95f80a1070de25afc175 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jul 2024 11:15:53 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.14.18 Closes gh-41361 --- 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 7929629d31..4256956d67 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.17") { + library("Byte Buddy", "1.14.18") { group("net.bytebuddy") { modules = [ "byte-buddy",