Browse Source

Upgrade to Spring Integration 6.5.4

Closes gh-48040
pull/48169/head
Stéphane Nicoll 4 weeks ago
parent
commit
e7aeb036f0
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save