Browse Source

Start building against Spring GraphQL 2.0.1 snapshots

See gh-48440
pull/48480/head
Stéphane Nicoll 1 week ago
parent
commit
078b3b7ebf
  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.0") {
library("Spring GraphQL", "2.0.1-SNAPSHOT") {
considerSnapshots()
group("org.springframework.graphql") {
modules = [

Loading…
Cancel
Save