Browse Source

Upgrade to Spring Integration 6.4.8

Closes gh-47611
pull/47902/head
Stéphane Nicoll 2 months ago
parent
commit
67c25d9eb6
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save