From d6ace6108c0ddac97cf697b65698e49d048acfbb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 10 Apr 2024 10:27:38 +0100 Subject: [PATCH] Upgrade to Groovy 4.0.21 Closes gh-40281 --- 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 850b33ebaa4..48d9e1bd35e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -327,7 +327,7 @@ bom { ] } } - library("Groovy", "4.0.20") { + library("Groovy", "4.0.21") { group("org.apache.groovy") { imports = [ "groovy-bom"