Browse Source

Start building against Spring Integration 6.2.1 snapshots

See gh-38698
pull/38702/head
Andy Wilkinson 2 years ago
parent
commit
da4f2a4679
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save