Browse Source

Start building against Spring GraphQL 1.3.1 snapshots

See gh-41035
pull/41051/head
Andy Wilkinson 2 years ago
parent
commit
4bb515ccdc
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1928,7 +1928,7 @@ bom { @@ -1928,7 +1928,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}")
}
}
library("Spring GraphQL", "1.3.0") {
library("Spring GraphQL", "1.3.1-SNAPSHOT") {
considerSnapshots()
group("org.springframework.graphql") {
modules = [

Loading…
Cancel
Save