Browse Source

Start building against Spring Integration 7.0.2 snapshots

See gh-48833
pull/48875/head
Andy Wilkinson 2 weeks ago
parent
commit
574296487a
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -2466,7 +2466,7 @@ bom { @@ -2466,7 +2466,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}")
}
}
library("Spring Integration", "7.0.1") {
library("Spring Integration", "7.0.2-SNAPSHOT") {
considerSnapshots()
group("org.springframework.integration") {
bom("spring-integration-bom")

Loading…
Cancel
Save