From 6ca20b87f77ac4a57ee6fe4bdb33e4dadd6677ae Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 May 2023 21:23:26 +0100 Subject: [PATCH] Upgrade to Groovy 3.0.17 Closes gh-35511 --- 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 63b9dce9447..1f061822744 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -380,7 +380,7 @@ bom { ] } } - library("Groovy", "3.0.13") { + library("Groovy", "3.0.17") { group("org.codehaus.groovy") { imports = [ "groovy-bom"