Browse Source

Start building against Spring Integration 6.1.0-M2 snapshots

See gh-34552
pull/34585/head
Andy Wilkinson 3 years ago
parent
commit
d8d16031f3
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save