From 60451c04a0cb92343e7010fe178415c69e45505f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 10 Nov 2025 18:07:33 +0100 Subject: [PATCH] Upgrade to GraphQL Java 25.0 Closes gh-48034 --- 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 cd7bf57a1e0..d6c60ae4ee5 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -474,7 +474,7 @@ bom { ] } } - library("GraphQL Java", "25.0.beta-9") { + library("GraphQL Java", "25.0") { prohibit { startsWith(["2018-", "2019-", "2020-", "2021-", "230521-"]) because "we don't want thses snapshots"