From 54fd4d2e9e3038a05d9a4db05eae6b24fcc742fe Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jul 2024 11:16:02 +0100 Subject: [PATCH] Upgrade to Groovy 4.0.22 Closes gh-41363 --- 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 b4d4bfd8e1..e21bff5acb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -344,7 +344,7 @@ bom { ] } } - library("Groovy", "4.0.21") { + library("Groovy", "4.0.22") { group("org.apache.groovy") { imports = [ "groovy-bom"