From c07c0c981c0f24eb70135493118bcb26fbe66e34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 23 Oct 2024 08:04:24 +0200 Subject: [PATCH] Upgrade to GraphQL Java 22.3 Closes gh-42842 --- 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 b0495ca688..259dd8eeb2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -423,7 +423,7 @@ bom { ] } } - library("GraphQL Java", "22.1") { + library("GraphQL Java", "22.3") { prohibit { startsWith(["2018-", "2019-", "2020-", "2021-", "230521-"]) because "These are snapshots that we don't want to see"