From 9729d37dce7ee091bc336c31559ffc2e3bd87751 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Aug 2023 09:00:23 +0200 Subject: [PATCH] Upgrade to Groovy 4.0.14 Closes gh-37057 --- 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 70c8e3248b..8da68f2ce6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -331,7 +331,7 @@ bom { ] } } - library("Groovy", "4.0.13") { + library("Groovy", "4.0.14") { group("org.apache.groovy") { imports = [ "groovy-bom"