Browse Source

Start building against Spring GraphQL 2.0.2 snapshots

See gh-48718
pull/48817/head
Andy Wilkinson 3 weeks ago
parent
commit
d486d3a814
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save