Browse Source

Upgrade to Spring Integration 5.3.0.M4

Closes gh-20807
pull/20830/head
Andy Wilkinson 6 years ago
parent
commit
1f8ea54c80
  1. 4
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -573,7 +573,7 @@ bom { @@ -573,7 +573,7 @@ bom {
]
}
}
library("Jackson Bom", "2.10.3") {
library("Jackson Bom", "2.11.0.rc1") {
group("com.fasterxml.jackson") {
imports = [
"jackson-bom"
@ -1637,7 +1637,7 @@ bom { @@ -1637,7 +1637,7 @@ bom {
]
}
}
library("Spring Integration", "5.3.0.M3") {
library("Spring Integration", "5.3.0.M4") {
group("org.springframework.integration") {
imports = [
"spring-integration-bom"

Loading…
Cancel
Save