From d57c3af904934e3d2b7896e45cefb85b54e4f9b1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 18:21:14 +0100 Subject: [PATCH] Upgrade to Groovy 4.0.2 Closes gh-30951 --- 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 8b71aab890..fadf20c35f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -295,7 +295,7 @@ bom { ] } } - library("Groovy", "4.0.1") { + library("Groovy", "4.0.2") { group("org.apache.groovy") { imports = [ "groovy-bom"