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 { @@ -2011,7 +2011,7 @@ bom {
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()
group("org.springframework.integration") {
imports = [

Loading…
Cancel
Save