Browse Source

Upgrade to Spring GraphQL 1.2.9

Closes gh-42740
pull/42868/head
Stéphane Nicoll 1 year ago
parent
commit
78d0e48b7b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save