Browse Source

Start building against Spring Integration 6.5.0-RC1 snapshots

See gh-45143
pull/45155/head
Phillip Webb 9 months ago
parent
commit
df690fb4a6
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save