From 7ab9fad0626f239c6f8aa8cc1b942ab0609f5f62 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 Jan 2021 09:55:31 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.10.19 Closes gh-24755 --- 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 e6934c0b16..8e5ec742c7 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",