Browse Source

Upgrade to Spring Integration 6.4.7

Closes gh-47080
pull/47304/head
Stéphane Nicoll 3 months ago
parent
commit
6c0118f2b0
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save