Browse Source

Upgrade to Spring GraphQL 1.4.0-RC1

Closes gh-45229
pull/45232/head
Stéphane Nicoll 10 months ago
parent
commit
d19d569cd7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save