Browse Source

Upgrade to Spring GraphQL 1.2.3

Closes gh-37232
pull/34900/head
Stéphane Nicoll 2 years ago
parent
commit
2476193eb7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save