Browse Source

Upgrade to Spring GraphQL 1.4.5

Closes gh-49070
pull/49366/head
Stéphane Nicoll 1 month ago
parent
commit
ae8acfec1f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save