From e95c7bb67002ca137d070952b6adc70c51d0763a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Aug 2023 09:02:05 +0200 Subject: [PATCH] Upgrade to Groovy 4.0.14 Closes gh-37058 --- 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 9b65c90857..ce57fe010c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -336,7 +336,7 @@ bom { ] } } - library("Groovy", "4.0.13") { + library("Groovy", "4.0.14") { group("org.apache.groovy") { imports = [ "groovy-bom"