Browse Source

Start building against Spring Integration 5.5.0-M3 snapshots

See gh-25577
pull/25690/head
Stephane Nicoll 5 years ago
parent
commit
06d4ec7efe
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1642,7 +1642,7 @@ bom { @@ -1642,7 +1642,7 @@ bom {
]
}
}
library("Spring Integration", "5.5.0-M2") {
library("Spring Integration", "5.5.0-SNAPSHOT") {
group("org.springframework.integration") {
imports = [
"spring-integration-bom"

Loading…
Cancel
Save