Browse Source

Start building against Spring Integration 6.3.1 snapshots

See gh-41036
pull/41051/head
Andy Wilkinson 2 years ago
parent
commit
a8cf59bc10
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1960,7 +1960,7 @@ bom { @@ -1960,7 +1960,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}")
}
}
library("Spring Integration", "6.3.0") {
library("Spring Integration", "6.3.1-SNAPSHOT") {
considerSnapshots()
group("org.springframework.integration") {
imports = [

Loading…
Cancel
Save