Browse Source

Upgrade to Spring GraphQL 2.0.2

Closes gh-48718
pull/48950/head
Andy Wilkinson 1 week ago
parent
commit
849c2eebe9
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -2431,7 +2431,7 @@ bom { @@ -2431,7 +2431,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