Browse Source

Upgrade to Spring GraphQL 1.3.7

Closes gh-48418
3.4.x
Stéphane Nicoll 3 months ago
parent
commit
1e71938ca4
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2161,7 +2161,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}") releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}")
} }
} }
library("Spring GraphQL", "1.3.7-SNAPSHOT") { library("Spring GraphQL", "1.3.7") {
considerSnapshots() considerSnapshots()
group("org.springframework.graphql") { group("org.springframework.graphql") {
modules = [ modules = [

Loading…
Cancel
Save