From 8f8a05264bba3b80cc4359c2b7224f3a8fb5aa59 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 15 Apr 2025 10:04:23 -0700 Subject: [PATCH] Upgrade to GraphQL Java 23.1 See gh-45030 --- 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 57a733fddd..9bf051754d 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.0") { + library("GraphQL Java", "23.1") { prohibit { startsWith(["2018-", "2019-", "2020-", "2021-", "230521-"]) because "we don't want thses snapshots"