From 1fdabbc5f71e73717bc220039b16906b788b0b25 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Jun 2020 10:33:03 +0100 Subject: [PATCH] Upgrade to Groovy 2.5.12 Closes gh-21951 --- 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 f0b9ae53a7..484f8107f7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -362,7 +362,7 @@ bom { ] } } - library("Groovy", "2.5.11") { + library("Groovy", "2.5.12") { group("org.codehaus.groovy") { modules = [ "groovy",