From 8972e015875d357efaac911df8e81679f5f791be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 11 Nov 2024 07:26:23 +0900 Subject: [PATCH] Upgrade to Groovy 4.0.24 Closes gh-43088 --- 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 d2c4dc01b3..ce9dd7b2f7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -343,7 +343,7 @@ bom { ] } } - library("Groovy", "4.0.23") { + library("Groovy", "4.0.24") { group("org.apache.groovy") { imports = [ "groovy-bom"