Browse Source

Start building against Spring Integration 6.0.8 snapshots

See gh-37795
pull/38325/head
Andy Wilkinson 2 years ago
parent
commit
ac320aff4d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1403,7 +1403,7 @@ bom { @@ -1403,7 +1403,7 @@ bom {
]
}
}
library("Spring Integration", "6.0.7") {
library("Spring Integration", "6.0.8-SNAPSHOT") {
considerSnapshots()
group("org.springframework.integration") {
imports = [

Loading…
Cancel
Save