Browse Source

Upgrade to Spring Integration 6.0.0-M4

Closes gh-31624
pull/31845/head
Stephane Nicoll 4 years ago
parent
commit
dfda08fd0d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save