From f8d638466f2afe4938ce85c7cd9ac103d515c033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 16 Aug 2024 15:18:55 +0200 Subject: [PATCH] Upgrade to Byte Buddy 1.14.19 Closes gh-41893 --- 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 7b79229dc37..a4ee5ec00dc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -136,7 +136,7 @@ bom { releaseNotes("https://github.com/mojohaus/build-helper-maven-plugin/releases/tag/{version}") } } - library("Byte Buddy", "1.14.18") { + library("Byte Buddy", "1.14.19") { group("net.bytebuddy") { modules = [ "byte-buddy",