From 3409c13b0ec88d7e79b0bee7d6c0781c9935f7d2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jul 2021 12:45:39 +0100 Subject: [PATCH] Upgrade to Byte Buddy 1.11.8 Closes gh-27395 --- 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 3ef675029f..d005ad7be4 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.11.6") { + library("Byte Buddy", "1.11.8") { group("net.bytebuddy") { modules = [ "byte-buddy",