From 262a5c195c91e0829e5e059a7bcbda9d69694e31 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 8 Jul 2024 10:28:03 +0100 Subject: [PATCH] Upgrade to GraphQL Java 21.5 Closes gh-41340 --- 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 a70b80d14d..4d551d961a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -328,7 +328,7 @@ bom { ] } } - library("GraphQL Java", "21.4") { + library("GraphQL Java", "21.5") { prohibit { startsWith(["2018-", "2019-", "2020-", "2021-", "230521-"]) because "These are snapshots that we don't want to see"