Browse Source

Upgrade to Spring Integration 6.2.0

Closes gh-38315
pull/38508/head
Andy Wilkinson 2 years ago
parent
commit
fc00c4006a
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1550,7 +1550,7 @@ bom { @@ -1550,7 +1550,7 @@ bom {
]
}
}
library("Spring Integration", "6.2.0-SNAPSHOT") {
library("Spring Integration", "6.2.0") {
considerSnapshots()
group("org.springframework.integration") {
imports = [

Loading…
Cancel
Save