From c4c7a67b63f7327760fe0a1ab5ef50281dc75f98 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 1 Apr 2020 09:40:47 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.10.9 Closes gh-20763 --- 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 171e8b678b..5eafc17a43 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -141,7 +141,7 @@ bom { ] } } - library("Byte Buddy", "1.10.8") { + library("Byte Buddy", "1.10.9") { group("net.bytebuddy") { modules = [ "byte-buddy",