Browse Source

Upgrade to Spring GraphQL 1.3.5

Closes gh-45058
pull/45243/head
Stéphane Nicoll 11 months ago
parent
commit
482f56ddbb
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save