Browse Source

Upgrade to Spring GraphQL 1.3.3

Closes gh-42742
pull/43204/head
Stéphane Nicoll 1 year ago
parent
commit
8bf1a2db76
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save