Browse Source

Upgrade to Spring GraphQL 2.0.0-RC1

Closes gh-47492
pull/47284/head
Stéphane Nicoll 2 months ago
parent
commit
7fcfdfe351
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save