From 22801f252d702b2b13e33d9143f6409684b31eea Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 6 Feb 2023 13:18:00 +0000 Subject: [PATCH] Upgrade to Groovy 4.0.8 Closes gh-34082 --- 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 0150b997af..48093e9394 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -291,7 +291,7 @@ bom { ] } } - library("Groovy", "4.0.7") { + library("Groovy", "4.0.8") { group("org.apache.groovy") { imports = [ "groovy-bom"