From 1f8ea54c80d3da10307b8195287856e29a5d56e0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 2 Apr 2020 09:10:00 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.3.0.M4 Closes gh-20807 --- spring-boot-project/spring-boot-dependencies/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 61f9b82b7c..5967e2eb44 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -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 { ] } } - library("Spring Integration", "5.3.0.M3") { + library("Spring Integration", "5.3.0.M4") { group("org.springframework.integration") { imports = [ "spring-integration-bom"