Browse Source

Upgrade to Spring Integration 6.3.10

Closes gh-45426
pull/45654/head
Stéphane Nicoll 7 months ago
parent
commit
52fcd2126f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save