From 74ed37efbfef285c1e78602632964f6e5b5c4003 Mon Sep 17 00:00:00 2001 From: dreis2211 Date: Fri, 6 Mar 2020 16:46:12 +0100 Subject: [PATCH] Upgrade to Groovy 2.5.10 See gh-20411 --- 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 9ada442ef9..1c293e6aaf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -367,7 +367,7 @@ bom { ] } } - library("Groovy", "2.5.9") { + library("Groovy", "2.5.10") { group("org.codehaus.groovy") { modules = [ "groovy",