From 432139fa7cd69b74d50741fe2fa5e5b84fc8905b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 7 Jul 2022 17:36:49 +0100 Subject: [PATCH] Upgrade to Groovy 4.0.3 Closes gh-31631 --- 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 e8a27707725..e5723b27f2e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -304,7 +304,7 @@ bom { ] } } - library("Groovy", "4.0.2") { + library("Groovy", "4.0.3") { group("org.apache.groovy") { imports = [ "groovy-bom"