From e7089eaa0e2333b7efc2df08daa997b08afcb8a8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Sep 2023 15:48:58 +0200 Subject: [PATCH] Upgrade to Groovy 4.0.15 Closes gh-37390 --- 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 21e7f4919a..104928afc1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -338,7 +338,7 @@ bom { ] } } - library("Groovy", "4.0.14") { + library("Groovy", "4.0.15") { group("org.apache.groovy") { imports = [ "groovy-bom"