Browse Source

Start building against Spring GraphQL 1.4.4 snapshots

See gh-48429
pull/48965/head
Stéphane Nicoll 4 months ago
parent
commit
9fe63ecf0e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save