From f6625511a417563efbffee1082558c47063fb749 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 7 May 2026 10:40:18 +0100 Subject: [PATCH] Upgrade to Groovy 5.0.6 Closes gh-50324 --- 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 8c952373037..389dcaa81eb 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -502,7 +502,7 @@ bom { releaseNotes("https://github.com/graphql-java/graphql-java/releases/tag/v{version}") } } - library("Groovy", "5.0.5") { + library("Groovy", "5.0.6") { prohibit { contains "-alpha-" because "we don't want alpha dependencies"