Browse Source

Upgrade to Spring GraphQL 1.4.2

Closes gh-47090
pull/47317/head
Stéphane Nicoll 3 months ago
parent
commit
02d73ea4f7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save