Browse Source

Start building against Spring Integration 6.0.0-M2 snapshots

See gh-30204
pull/30220/head
Stephane Nicoll 4 years ago
parent
commit
253e6976d5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save