From 876d45b91a91bd8511ad4688aa04faa86ffee993 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Mar 2023 08:32:26 +0000 Subject: [PATCH] Upgrade to Groovy 4.0.10 Closes gh-34665 --- 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 21fbca1370..4b5a598bf0 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.9") { + library("Groovy", "4.0.10") { group("org.apache.groovy") { imports = [ "groovy-bom"