Browse Source

Upgrade to Spring GraphQL 1.2.2

Closes gh-36191
pull/36422/head
Stephane Nicoll 2 years ago
parent
commit
9efbe5b2ea
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save