From a87193716e6429a3c4f7865cd13cd05e8d4c3035 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 May 2023 14:39:53 +0200 Subject: [PATCH] Upgrade to Groovy 4.0.12 Closes gh-35342 --- 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 3810b620d7..8c4f255892 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.11") { + library("Groovy", "4.0.12") { group("org.apache.groovy") { imports = [ "groovy-bom"