Browse Source

Upgrade to Spring Integration 6.0.0-RC1

Closes gh-32619
pull/33505/head
Andy Wilkinson 3 years ago
parent
commit
9d07a09ed4
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save