Browse Source

Start building against Spring Integration 6.1.5 snapshots

See gh-38303
pull/38706/head
Andy Wilkinson 2 years ago
parent
commit
fc24b565e5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save