Browse Source

Upgrade to Spring Integration 6.3.6

Closes gh-43010
pull/43333/head
Andy Wilkinson 1 year ago
parent
commit
16f45169f7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save