Browse Source

Upgrade to Spring GraphQL 1.0.6

Closes gh-37250
pull/37492/head
Andy Wilkinson 2 years ago
parent
commit
4a6dd95b6b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1774,7 +1774,7 @@ bom { @@ -1774,7 +1774,7 @@ bom {
]
}
}
library("Spring GraphQL", "1.0.5-SNAPSHOT") {
library("Spring GraphQL", "1.0.6") {
considerSnapshots()
group("org.springframework.graphql") {
modules = [

Loading…
Cancel
Save