Browse Source

Upgrade to Spring for GraphQL 1.0.0

Closes gh-30858
pull/31139/head
Brian Clozel 4 years ago
parent
commit
e34187d05f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save