From f5277430d6cbeeee3478ca4a966dd4a7526be7cd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 13:33:27 +0000 Subject: [PATCH] Upgrade to Groovy 3.0.15 Closes gh-34243 --- 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 f8c1f2b60ac..2a74db8d17f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -422,7 +422,7 @@ bom { ] } } - library("Groovy", "3.0.14") { + library("Groovy", "3.0.15") { group("org.codehaus.groovy") { imports = [ "groovy-bom"