Browse Source

Upgrade to Spring Integration 6.4.0-M3

Closes gh-42145
pull/42359/head
Andy Wilkinson 1 year ago
parent
commit
fe90ef0d13
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2011,7 +2011,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.4.0-SNAPSHOT") { library("Spring Integration", "6.4.0-M3") {
considerSnapshots() considerSnapshots()
group("org.springframework.integration") { group("org.springframework.integration") {
imports = [ imports = [

Loading…
Cancel
Save