From 76112f537f3595b9fbbf70b729a2fedea103b5cb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Apr 2023 16:31:43 +0200 Subject: [PATCH] Upgrade to Groovy 4.0.11 Closes gh-34911 --- 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 094585d0aca..44d9905905f 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.10") { + library("Groovy", "4.0.11") { group("org.apache.groovy") { imports = [ "groovy-bom"