Browse Source

Start building against Spring GraphQL 1.1.5 snapshots

See gh-35775
pull/35611/head
Andy Wilkinson 3 years ago
parent
commit
443d9f9bd2
  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.4") {
library("Spring GraphQL", "1.1.5-SNAPSHOT") {
group("org.springframework.graphql") {
modules = [
"spring-graphql",

Loading…
Cancel
Save