Browse Source

Upgrade to Spring GraphQL 2.0.1

Closes gh-48440
pull/48315/merge
Stéphane Nicoll 17 hours ago
parent
commit
b04e2b82c0
  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-SNAPSHOT") {
library("Spring GraphQL", "2.0.1") {
considerSnapshots()
group("org.springframework.graphql") {
modules = [

Loading…
Cancel
Save