From 5b510f94ece58a5ebb0f6829e79e83c6977e1f2e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 May 2023 16:27:18 +0200 Subject: [PATCH] Upgrade to Groovy 4.0.12 Closes gh-35351 --- 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 d3ae21f309..eb24387027 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -327,7 +327,7 @@ bom { ] } } - library("Groovy", "4.0.11") { + library("Groovy", "4.0.12") { group("org.apache.groovy") { imports = [ "groovy-bom"