From 71c67cb1c2a2f0a1b38106c67e1d97945fb063e1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 16:30:05 +0000 Subject: [PATCH] Upgrade to Groovy 4.0.9 Closes gh-34280 --- 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 9bc096bc90..f61bb9f682 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.8") { + library("Groovy", "4.0.9") { group("org.apache.groovy") { imports = [ "groovy-bom"