From dc2c253a452a74a7fa8a49a0850d14b85749152f Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 19 Mar 2024 11:38:37 +0100 Subject: [PATCH] Upgrade to GraphQL Java 21.4 Closes gh-40021 --- 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 50849177e2b..256d51b59a5 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.3") { + library("GraphQL Java", "21.4") { prohibit { startsWith(["2018-", "2019-", "2020-", "2021-", "230521-"]) because "These are snapshots that we don't want to see"