From 623a48fb0367c40c95f1ad0ff5e4cd49c562adb4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jun 2022 10:30:14 +0200 Subject: [PATCH] Upgrade to Groovy 3.0.11 Closes gh-31411 --- 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 f95e86dc11..d032b7c005 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -377,7 +377,7 @@ bom { ] } } - library("Groovy", "3.0.10") { + library("Groovy", "3.0.11") { group("org.codehaus.groovy") { imports = [ "groovy-bom"