From 95efe8c30c82aef714d8a1c522884f1888e4cd89 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 16 May 2025 14:10:13 +0100 Subject: [PATCH] Upgrade to GraphQL Java 24.0 Closes gh-45588 --- 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 cc586ac3d29..4eb4e06831f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -452,7 +452,7 @@ bom { ] } } - library("GraphQL Java", "23.1") { + library("GraphQL Java", "24.0") { prohibit { startsWith(["2018-", "2019-", "2020-", "2021-", "230521-"]) because "we don't want thses snapshots"