From a16da73843d315c406846679cd72e621e0e7b139 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Sep 2022 14:16:26 +0200 Subject: [PATCH] Upgrade to Groovy 4.0.5 Closes gh-32340 --- 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 260b66e39d..6f2a698826 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -292,7 +292,7 @@ bom { ] } } - library("Groovy", "4.0.3") { + library("Groovy", "4.0.5") { group("org.apache.groovy") { imports = [ "groovy-bom"