From 32fc46161afeb61cab843a8113ae7b3bdbb64e3b Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Wed, 11 May 2016 20:09:06 -0400 Subject: [PATCH] Upgrade to SI-4.3.0.RC1 and Boot-1.4.0.M2 --- build.gradle | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 17bb5d42..b773a269 100644 --- a/build.gradle +++ b/build.gradle @@ -194,7 +194,7 @@ subprojects { subproject -> postgresVersion = '9.1-901-1.jdbc4' subethasmtpVersion = '1.2' slf4jVersion = '1.7.11' - springIntegrationVersion = '4.3.0.M2' + springIntegrationVersion = '4.3.0.RC1' springIntegrationDslVersion = '1.1.2.RELEASE' springIntegrationKafkaVersion = '2.0.0.M1' springIntegrationSplunkVersion = '1.1.0.RELEASE' diff --git a/gradle.properties b/gradle.properties index 0796f787..e09c2c19 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ version=4.3.0.BUILD-SNAPSHOT -springBootVersion=1.4.0.M1 +springBootVersion=1.4.0.M2