From f2aeabbc5d5ecffaa1696bc665dbf1ec19c2a9b5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 5 Feb 2026 15:27:08 +0000 Subject: [PATCH] Upgrade to Groovy 5.0.4 Closes gh-49128 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index d36cc6b0fe5..604e77abbd2 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -544,7 +544,7 @@ bom { releaseNotes("https://github.com/graphql-java/graphql-java/releases/tag/v{version}") } } - library("Groovy", "5.0.3") { + library("Groovy", "5.0.4") { prohibit { contains "-alpha-" because "we don't want alpha dependencies"