Browse Source

Upgrade to Spring Integration 6.3.8

Closes gh-44109
pull/44355/head
Stéphane Nicoll 10 months ago
parent
commit
c31872cd2f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save