From 642be395568486ba1ff0c54b5a47d46dc285841f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jul 2023 14:59:22 +0200 Subject: [PATCH] Upgrade to Groovy 4.0.13 Closes gh-36322 --- 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 4a32169f2b..d6c57ec022 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.12") { + library("Groovy", "4.0.13") { group("org.apache.groovy") { imports = [ "groovy-bom"