From 5ac18017262d431521b89c291079e43f0429c8a6 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Fri, 3 May 2024 15:03:59 +0200 Subject: [PATCH] Upgrade to GraphQL Java 22.0 Closes gh-40618 --- 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 b07fd8abde86..38a22a23c6a1 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", "21.5") { + library("GraphQL Java", "22.0") { prohibit { startsWith(["2018-", "2019-", "2020-", "2021-", "230521-"]) because "These are snapshots that we don't want to see"