Browse Source

Upgrade to Spring GraphQL 1.2.8

Closes gh-41523
pull/42868/head
Andy Wilkinson 2 years ago
parent
commit
7966d11c49
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1601,7 +1601,7 @@ bom { @@ -1601,7 +1601,7 @@ bom {
]
}
}
library("Spring GraphQL", "1.2.7") {
library("Spring GraphQL", "1.2.8") {
considerSnapshots()
group("org.springframework.graphql") {
modules = [

Loading…
Cancel
Save