From 8bcf591c9d6423f0b76612480fc4b9f22da2eca5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Mar 2024 12:09:49 +0000 Subject: [PATCH] Upgrade to Groovy 4.0.20 Closes gh-39964 --- 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 7a8cb6b3e89..8c24cbc87ab 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.18") { + library("Groovy", "4.0.20") { group("org.apache.groovy") { imports = [ "groovy-bom"