From 4c3a7670e2901a0507387b8058b0aa9d07e450ad Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 18 Apr 2022 10:49:12 +0200 Subject: [PATCH] Upgrade to Byte Buddy 1.12.9 Closes gh-30711 --- 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 3a6c4b4c8ef..9650e49ea40 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -150,7 +150,7 @@ bom { ] } } - library("Byte Buddy", "1.12.8") { + library("Byte Buddy", "1.12.9") { group("net.bytebuddy") { modules = [ "byte-buddy",