Browse Source

Start building against Spring GraphQL 1.2.2 snapshots

See gh-36186
pull/36766/head
Andy Wilkinson 3 years ago
parent
commit
3c00a04211
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save