Browse Source

Start building against Spring Integration 6.5.7 snapshots

See gh-49071
pull/49366/head
Andy Wilkinson 1 month ago
parent
commit
4e7c22b82d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save