Browse Source

Upgrade to Spring GraphQL 1.3.4

Closes gh-44121
pull/44380/head
Andy Wilkinson 11 months ago
parent
commit
1f65d41b18
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save