Browse Source

Start building against Spring Integration 6.4.0 snapshots

See gh-43022
pull/43042/head
Stéphane Nicoll 1 year ago
parent
commit
a73173abae
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2006,7 +2006,7 @@ bom { @@ -2006,7 +2006,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}")
}
}
library("Spring Integration", "6.4.0-RC1") {
library("Spring Integration", "6.4.0-SNAPSHOT") {
considerSnapshots()
group("org.springframework.integration") {
imports = [

Loading…
Cancel
Save