Browse Source

Upgrade to Spring Integration 6.5.0-M1

Closes gh-43767
pull/43931/head
Andy Wilkinson 11 months ago
parent
commit
96bef8e01c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2200,7 +2200,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.5.0-SNAPSHOT") { library("Spring Integration", "6.5.0-M1") {
considerSnapshots() considerSnapshots()
group("org.springframework.integration") { group("org.springframework.integration") {
imports = [ imports = [

Loading…
Cancel
Save