Browse Source

Start building against Spring GraphQL 1.2.3 snapshots

See gh-37266
pull/38706/head
Andy Wilkinson 2 years ago
parent
commit
83a920a28f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save