Skip to content

Commit 33f0b40

Browse files
bclozelsnicoll
authored andcommitted
Start building against Spring for GraphQL 2.0.0-M1 snapshots
See gh-46053
1 parent 5dc4af6 commit 33f0b40

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
@@ -453,7 +453,7 @@ bom {
453453
]
454454
}
455455
}
456-
library("GraphQL Java", "24.0") {
456+
library("GraphQL Java", "24.1") {
457457
prohibit {
458458
startsWith(["2018-", "2019-", "2020-", "2021-", "230521-"])
459459
because "we don't want thses snapshots"
@@ -2202,7 +2202,7 @@ bom {
22022202
releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}")
22032203
}
22042204
}
2205-
library("Spring GraphQL", "1.4.0") {
2205+
library("Spring GraphQL", "2.0.0-SNAPSHOT") {
22062206
considerSnapshots()
22072207
group("org.springframework.graphql") {
22082208
modules = [

0 commit comments

Comments
 (0)