Browse Source

Upgrade to Spring Integration 6.5.4

Closes gh-48040
pull/48169/head
Stéphane Nicoll 2 months 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 {
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.4-SNAPSHOT") { library("Spring Integration", "6.5.4") {
considerSnapshots() considerSnapshots()
group("org.springframework.integration") { group("org.springframework.integration") {
bom("spring-integration-bom") bom("spring-integration-bom")

Loading…
Cancel
Save