Browse Source

Upgrade to Spring GraphQL 1.1.6

Closes gh-37259
pull/37462/head
Stéphane Nicoll 3 years ago
parent
commit
a49dc0c0d1
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save