Browse Source

Upgrade to Spring Integration 6.0.0-M1

Closes gh-28649
pull/29178/head
Stephane Nicoll 4 years ago
parent
commit
507abe88f3
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save