Browse Source

Upgrade to Spring Integration 6.3.5

Closes gh-42549
pull/43204/head
Andy Wilkinson 1 year ago
parent
commit
13e75dce1b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save