From b0767394b1cff72cda8b41d7026fbc5d025caee5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Jan 2023 13:21:54 +0000 Subject: [PATCH] Upgrade to Groovy 4.0.7 Closes gh-33796 --- 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 ea74cbf85fb..d907e0548bc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -291,7 +291,7 @@ bom { ] } } - library("Groovy", "4.0.6") { + library("Groovy", "4.0.7") { group("org.apache.groovy") { imports = [ "groovy-bom"