Browse Source

Start building against Spring GraphQL 1.1.4 snapshots

See gh-35303
pull/35611/head
Stephane Nicoll 3 years ago
parent
commit
c01680e9a8
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save