Browse Source

Upgrade to Spring Integration 6.3.1

Closes gh-41036
pull/41162/head
Andy Wilkinson 2 years ago
parent
commit
4edf5da94d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save