From f118d5d971fe6046d5096ae473baa4138a061f06 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Jan 2024 14:05:07 +0000 Subject: [PATCH] Upgrade to Groovy 4.0.17 Closes gh-39175 --- 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 5e086848758..2f7e414eb44 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.16") { + library("Groovy", "4.0.17") { group("org.apache.groovy") { imports = [ "groovy-bom"