From 419428842e84ca1d22ab58089bd6e72b8dafbf5a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Mar 2023 19:39:21 +0000 Subject: [PATCH] Upgrade to Groovy 3.0.16 Closes gh-34649 --- 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 8a4ab345fc..43d0521602 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -422,7 +422,7 @@ bom { ] } } - library("Groovy", "3.0.15") { + library("Groovy", "3.0.16") { group("org.codehaus.groovy") { imports = [ "groovy-bom"