Browse Source

Upgrade to Spring GraphQL 1.4.4

Closes gh-48429
3.5.x
Stéphane Nicoll 2 days ago
parent
commit
388815b6e3
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2292,7 +2292,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.4.4-SNAPSHOT") { library("Spring GraphQL", "1.4.4") {
considerSnapshots() considerSnapshots()
group("org.springframework.graphql") { group("org.springframework.graphql") {
modules = [ modules = [

Loading…
Cancel
Save