From 0215da06dfd61702f29d146d5e9e941c9ba60e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 13 Sep 2024 11:17:58 +0200 Subject: [PATCH] Upgrade to Groovy 4.0.23 Closes gh-42291 --- 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 1efc90d866f..4ccc709d9c3 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.22") { + library("Groovy", "4.0.23") { group("org.apache.groovy") { imports = [ "groovy-bom"