From 6fb813813a9763d7313ae9b7303e81ecb57e38b7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Aug 2023 08:56:02 +0200 Subject: [PATCH] Upgrade to Groovy 3.0.19 Closes gh-37055 --- 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 f0e4e9f8f1e4..cb528e8a9c23 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.18") { + library("Groovy", "3.0.19") { group("org.codehaus.groovy") { imports = [ "groovy-bom"