Browse Source

Start building against Spring Integration 6.0.0-SNAPSHOT

See gh-32096
pull/32112/head
Madhura Bhave 3 years ago
parent
commit
1f6a966336
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save