Browse Source

Start building against Spring Integration 6.4.8 snapshots

See gh-47611
pull/47676/head
Stéphane Nicoll 2 months ago
parent
commit
9af4aeffd8
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save