Browse Source

Start building against Spring GraphQL 1.3.5 snapshots

See gh-45058
pull/45151/head
Phillip Webb 9 months ago
parent
commit
55c4e80b32
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save