From 1e252ab382ff0603aa527f9b685ccdbb89f78a59 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 7 Dec 2020 15:22:20 +0100 Subject: [PATCH] Upgrade to Groovy 2.5.14 Closes gh-24371 --- 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 e0fb3ee562..18988d6a14 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -366,7 +366,7 @@ bom { ] } } - library("Groovy", "2.5.13") { + library("Groovy", "2.5.14") { group("org.codehaus.groovy") { imports = [ "groovy-bom"