Browse Source

Upgrade to Spring GraphQL 2.0.0-M3

Closes gh-47009
pull/47268/head
Stéphane Nicoll 3 months ago
parent
commit
748bba378a
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -2324,7 +2324,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-M3") {
considerSnapshots() considerSnapshots()
group("org.springframework.graphql") { group("org.springframework.graphql") {
modules = [ modules = [

Loading…
Cancel
Save