Skip to content

Commit 7c16008

Browse files
committed
Rollback GraphQL upgrades for now
See gh-42744 See gh-42758
1 parent d954100 commit 7c16008

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ bom {
423423
]
424424
}
425425
}
426-
library("GraphQL Java", "22.3") {
426+
library("GraphQL Java", "22.1") {
427427
prohibit {
428428
startsWith(["2018-", "2019-", "2020-", "2021-", "230521-"])
429429
because "These are snapshots that we don't want to see"
@@ -1978,7 +1978,7 @@ bom {
19781978
releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}")
19791979
}
19801980
}
1981-
library("Spring GraphQL", "1.3.3-SNAPSHOT") {
1981+
library("Spring GraphQL", "1.3.2") {
19821982
considerSnapshots()
19831983
group("org.springframework.graphql") {
19841984
modules = [

0 commit comments

Comments
 (0)