Browse Source

Upgrade to Spring GraphQL 1.1.2

Closes gh-34353
pull/34365/head
Andy Wilkinson 3 years ago
parent
commit
fcf75fd6cb
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1349,7 +1349,7 @@ bom { @@ -1349,7 +1349,7 @@ bom {
]
}
}
library("Spring GraphQL", "1.1.1") {
library("Spring GraphQL", "1.1.2") {
group("org.springframework.graphql") {
modules = [
"spring-graphql",

Loading…
Cancel
Save