Browse Source

Upgrade to Spring GraphQL 2.0.2

Closes gh-48728
pull/48935/head
Andy Wilkinson 2 weeks ago
parent
commit
bd3d59c74d
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save