Browse Source

Upgrade to Spring GraphQL 1.2.5

Closes gh-39482
pull/39958/head
Andy Wilkinson 2 years ago
parent
commit
e67ee7a081
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save