Browse Source

Upgrade to Spring GraphQL 2.0.0-M1

Closes gh-46053
pull/45341/head
Stéphane Nicoll 8 months ago
parent
commit
28ededc0d6
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save