Browse Source

Upgrade to Spring GraphQL 1.4.4

Closes gh-48429
3.5.x
Stéphane Nicoll 1 day 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 { @@ -2292,7 +2292,7 @@ bom {
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()
group("org.springframework.graphql") {
modules = [

Loading…
Cancel
Save