Browse Source

Upgrade to Spring GraphQL 1.0.0-RC1

Closes gh-32605
pull/33505/head
Andy Wilkinson 3 years ago
parent
commit
d20f582493
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save