From fe384576a1d0dce5715582602d70daaf3a9df1a3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 14 Feb 2024 15:54:45 +0000 Subject: [PATCH] Upgrade to Groovy 4.0.18 Closes gh-39554 --- 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 abb354a127..0e4a06b449 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -327,7 +327,7 @@ bom { ] } } - library("Groovy", "4.0.17") { + library("Groovy", "4.0.18") { group("org.apache.groovy") { imports = [ "groovy-bom"