Browse Source

Upgrade to Spring for GraphQL 1.0.0-M5

Closes gh-29285
pull/29525/head
Brian Clozel 4 years ago
parent
commit
1e4e4f168d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1669,7 +1669,7 @@ bom { @@ -1669,7 +1669,7 @@ bom {
]
}
}
library("Spring GraphQL", "1.0.0-SNAPSHOT") {
library("Spring GraphQL", "1.0.0-M5") {
group("org.springframework.graphql") {
modules = [
"spring-graphql",

Loading…
Cancel
Save