From b3d0d6b72a57d0a6e18b465413e50d57ca8106c5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Jan 2023 12:12:52 +0000 Subject: [PATCH] Upgrade to Groovy 3.0.14 Closes gh-33780 --- 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 c4b84812cf..f74f0aba72 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -411,7 +411,7 @@ bom { ] } } - library("Groovy", "3.0.13") { + library("Groovy", "3.0.14") { group("org.codehaus.groovy") { imports = [ "groovy-bom"