From 466a9e3421248ce4eb92e0250d24417a1c6a7248 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 May 2021 12:05:14 +0100 Subject: [PATCH] Upgrade to Groovy 3.0.8 Closes gh-26537 --- 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 faabf95417..6ce20f1ddc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -357,7 +357,7 @@ bom { ] } } - library("Groovy", "3.0.7") { + library("Groovy", "3.0.8") { group("org.codehaus.groovy") { imports = [ "groovy-bom"