Browse Source

Start building against Spring Integration 6.2.9 snapshots

See gh-42126
pull/42868/head
Andy Wilkinson 2 years ago
parent
commit
68c331f496
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save