From b20ed7c577de04ee0ab898fd5e4937d850f105e2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 14 Dec 2023 17:07:31 +0000 Subject: [PATCH] Upgrade to Groovy 4.0.16 Closes gh-38799 --- 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 775734af93fa..fdcbe392b87d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -339,7 +339,7 @@ bom { ] } } - library("Groovy", "4.0.15") { + library("Groovy", "4.0.16") { group("org.apache.groovy") { imports = [ "groovy-bom"