From 4cbf9312adef0403e19ae62ee66f142dc0f976d9 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 8 Apr 2025 09:33:25 +0200 Subject: [PATCH] Upgrade to GraphQL Java 23.0 Closes 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 c214175541f..a411c61d90e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -441,7 +441,7 @@ bom { ] } } - library("GraphQL Java", "22.3") { + library("GraphQL Java", "23.0") { prohibit { startsWith(["2018-", "2019-", "2020-", "2021-", "230521-"]) because "These are snapshots that we don't want to see"