From f4cbcaf77460981a5fdd0d29032370cac328db04 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 14 Sep 2021 07:15:25 +0200 Subject: [PATCH] Upgrade to Groovy 3.0.9 Closes gh-27976 --- 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 5f719157eaee..23d9b0f8671c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -357,7 +357,7 @@ bom { ] } } - library("Groovy", "3.0.8") { + library("Groovy", "3.0.9") { group("org.codehaus.groovy") { imports = [ "groovy-bom"