From 8a9b679c4c6ba860a44eea9e4bcc473ee4b72c73 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 Oct 2022 21:03:24 +0200 Subject: [PATCH] Upgrade to Groovy 4.0.6 Closes gh-32797 --- 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 bee1239b8db..f690747c13b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -299,7 +299,7 @@ bom { ] } } - library("Groovy", "4.0.5") { + library("Groovy", "4.0.6") { group("org.apache.groovy") { imports = [ "groovy-bom"