From 06de6625f80251cc0f323c8de7d17fd53261c381 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 22 Jun 2020 20:09:57 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.10.12 Closes gh-22054 --- 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 11ac4819d8..f3a2f84e15 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.11") { + library("Byte Buddy", "1.10.12") { group("net.bytebuddy") { modules = [ "byte-buddy",