Browse Source

Start building against Spring GraphQL 1.2.9 snapshots

See gh-42740
pull/42868/head
Andy Wilkinson 1 year ago
parent
commit
10625e6b54
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save