From 6eedf9cfe4a52af7e00cd1142f288443dc83e59c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 13 Sep 2021 10:09:57 +0200 Subject: [PATCH] Upgrade to Groovy 2.5.15 Closes gh-27953 --- 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 27de3cb9d9c..1b6820a88f8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -352,7 +352,7 @@ bom { ] } } - library("Groovy", "2.5.14") { + library("Groovy", "2.5.15") { group("org.codehaus.groovy") { imports = [ "groovy-bom"