From e9a966a0a25a53e18a6a55b85b7f587d25357581 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 23 Jul 2020 11:06:12 +0200 Subject: [PATCH] Upgrade to Groovy 2.5.13 Closes gh-22526 --- spring-boot-project/spring-boot-dependencies/build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 17f8513147..6a00574515 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -362,10 +362,7 @@ bom { ] } } - library("Groovy", "2.5.12") { - prohibit("[2.5.13,2.5.14)") { - because "regression with @Log" - } + library("Groovy", "2.5.13") { group("org.codehaus.groovy") { imports = [ "groovy-bom"