Skip to content

Commit 49fdee6

Browse files
committed
Start building against Spring for GraphQL 2.0.0-SNAPSHOT
See gh-46053
1 parent 920640b commit 49fdee6

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"
@@ -2211,7 +2211,7 @@ bom {
22112211
releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}")
22122212
}
22132213
}
2214-
library("Spring GraphQL", "1.4.0") {
2214+
library("Spring GraphQL", "2.0.0-SNAPSHOT") {
22152215
considerSnapshots()
22162216
group("org.springframework.graphql") {
22172217
modules = [

0 commit comments

Comments
 (0)