Browse Source

Upgrade to Spring GraphQL 1.0.2

Closes gh-32426
pull/32861/head
Stephane Nicoll 3 years ago
parent
commit
b3db0768c0
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save