Skip to content

Commit da8f381

Browse files
committed
Upgrade to Spring GraphQL 1.4.0-M1
Closes gh-44593
1 parent b75fda2 commit da8f381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2271,7 +2271,7 @@ bom {
22712271
releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}")
22722272
}
22732273
}
2274-
library("Spring GraphQL", "1.4.0-SNAPSHOT") {
2274+
library("Spring GraphQL", "1.4.0-M1") {
22752275
considerSnapshots()
22762276
group("org.springframework.graphql") {
22772277
modules = [

0 commit comments

Comments
 (0)