From a60b5e0f70591067af0fb5900216b9607dbd64fd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Jan 2021 09:20:10 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.10.19 Closes gh-24722 --- 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 e5bc28939b..a4c567a7ae 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -142,7 +142,7 @@ bom { ] } } - library("Byte Buddy", "1.10.18") { + library("Byte Buddy", "1.10.19") { group("net.bytebuddy") { modules = [ "byte-buddy",