From 8db6dbed1ec52ab1525855e332e7cfe4eee5b282 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Mar 2024 12:32:58 +0000 Subject: [PATCH] Upgrade to Groovy 4.0.20 Closes gh-39976 --- 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 e36fd88aed4..6288da045f0 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.18") { + library("Groovy", "4.0.20") { group("org.apache.groovy") { imports = [ "groovy-bom"