Browse Source

Upgrade to Spring Integration 6.4.0

Closes gh-43022
pull/43235/head
Stéphane Nicoll 1 year ago
parent
commit
3a2991ece2
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save