From 62cdca61a84614a081b44720f109fc43a47404b4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jul 2023 15:30:45 +0200 Subject: [PATCH] Upgrade to Groovy 4.0.13 Closes gh-36333 --- 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 88bd7c860d..c453b5be44 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.12") { + library("Groovy", "4.0.13") { group("org.apache.groovy") { imports = [ "groovy-bom"