Browse Source

Start building against Spring Integration 6.3.6 snapshots

See gh-43010
pull/43333/head
Stéphane Nicoll 1 year ago
parent
commit
21db2ff03b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save