From 558f691a8d92352e5c71fd3d12a7d5d5024418b9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 8 Dec 2020 05:20:48 +0100 Subject: [PATCH] Upgrade to Groovy 2.5.14 Closes gh-24385 --- 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 6dce9bea5f..8fd6102b7b 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.13") { + library("Groovy", "2.5.14") { group("org.codehaus.groovy") { imports = [ "groovy-bom"