From ccb856fcbe05cd79a8127dcd6759acc30d2611ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sun, 19 Oct 2025 15:58:40 +0200 Subject: [PATCH] Upgrade to Groovy 5.0.2 Closes gh-47147 --- 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 0fcf8e18a7e..e36548de5fd 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -494,7 +494,7 @@ bom { releaseNotes("https://github.com/graphql-java/graphql-java/releases/tag/v{version}") } } - library("Groovy", "4.0.28") { + library("Groovy", "5.0.2") { prohibit { contains "-alpha-" because "we don't want alpha dependencies"