From 250f418126bcd62c1a914738a2eb5c1d08ff0e9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 22 Oct 2025 09:22:50 +0200 Subject: [PATCH] Upgrade to GraphQL Java 24.3 Closes gh-47755 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 526779cf38c..c3a4c11bce5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -472,7 +472,7 @@ bom { ] } } - library("GraphQL Java", "24.1") { + library("GraphQL Java", "24.3") { prohibit { startsWith(["2018-", "2019-", "2020-", "2021-", "230521-"]) because "we don't want thses snapshots"