From 14b5ab560a833818f91eac7b079b0a0720e8b30e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 10 Apr 2024 17:59:06 +0100 Subject: [PATCH] Upgrade to Groovy 4.0.21 Closes gh-40296 --- 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 b36bb311b37..2a7164e5bf7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -339,7 +339,7 @@ bom { ] } } - library("Groovy", "4.0.20") { + library("Groovy", "4.0.21") { group("org.apache.groovy") { imports = [ "groovy-bom"