From fb2ce355af1f45acbc46b77f3becc9d28f7dea15 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 17 Oct 2023 09:03:08 +0100 Subject: [PATCH] Upgrade to GraphQL Java 21.2 Closes gh-37906 --- 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 e4ab5ec66a1..91d3e2b4062 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -323,7 +323,7 @@ bom { ] } } - library("GraphQL Java", "21.1") { + library("GraphQL Java", "21.2") { prohibit { startsWith(["2018-", "2019-", "2020-", "2021-", "230521-"]) because "These are snapshots that we don't want to see"