From 2eb8b5c5ae07e76689bb764841ce37316d97a489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 14 Sep 2026 12:40:46 +0200 Subject: [PATCH] Upgrade to GraphQL Java 26.1 Closes gh-51735 --- 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 ab4589dd207..3b6e9e4406f 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -527,7 +527,7 @@ bom { ] } } - library("GraphQL Java", "25.0") { + library("GraphQL Java", "26.1") { prohibit { startsWith(["2018-", "2019-", "2020-", "2021-", "230521-"]) because "we don't want these snapshots"