Browse Source

Start building against Spring Integration 6.5.3 snapshots

See gh-47615
pull/47987/head
Stéphane Nicoll 4 months ago
parent
commit
f89178ad6d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save