From 241de134154a03ea9ae4e78465af36c6af7a1287 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 13 Oct 2025 11:28:43 +0200 Subject: [PATCH] Upgrade to GraphQL Java 25.0.beta-9 Closes gh-47595 --- 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 666dd6af1ae..e60747b736b 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -459,7 +459,7 @@ bom { ] } } - library("GraphQL Java", "25.0.beta-8") { + library("GraphQL Java", "25.0.beta-9") { prohibit { startsWith(["2018-", "2019-", "2020-", "2021-", "230521-"]) because "we don't want thses snapshots"