Browse Source

Upgrade to Spring Integration 6.0.0-M2

Closes gh-30204
pull/30415/head
Stephane Nicoll 4 years ago
parent
commit
724ba69a6d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save