From 634799f8877e22b4456f184e80f29217963585e8 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 20 Sep 2022 14:06:06 -0700 Subject: [PATCH] Upgrade to Groovy 3.0.13 Closes gh-32440 --- 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 8892f773c0..41daf82be0 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.12") { + library("Groovy", "3.0.13") { group("org.codehaus.groovy") { imports = [ "groovy-bom"