Browse Source

Start building against Spring Integration 6.1.0 snapshots

See gh-35314
pull/35333/head
Stephane Nicoll 3 years ago
parent
commit
2fa6bd28ce
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save