From 7c16008b8444a2cba2af0981959c31ed0e5f02d5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 17 Oct 2024 16:36:05 +0100 Subject: [PATCH] Rollback GraphQL upgrades for now See gh-42744 See gh-42758 --- spring-boot-project/spring-boot-dependencies/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 7d7b57a7bf..30df05b866 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.3") { + library("GraphQL Java", "22.1") { prohibit { startsWith(["2018-", "2019-", "2020-", "2021-", "230521-"]) because "These are snapshots that we don't want to see" @@ -1978,7 +1978,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}") } } - library("Spring GraphQL", "1.3.3-SNAPSHOT") { + library("Spring GraphQL", "1.3.2") { considerSnapshots() group("org.springframework.graphql") { modules = [