Browse Source

Start building against Spring Integration 6.4.0 snapshots

See gh-42145
pull/42120/head
Andy Wilkinson 1 year ago
parent
commit
5880d3857e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save