From 75643866d89547330fd9369952323c6b23c42308 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 14 Dec 2023 14:10:31 +0000 Subject: [PATCH] Upgrade to Groovy 4.0.16 Closes gh-38781 --- 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 ea0b371a12e6..a0aa5b630b7b 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.15") { + library("Groovy", "4.0.16") { group("org.apache.groovy") { imports = [ "groovy-bom"