Bump SI version to 5.2.0.BUILD-SNAPSHOT

This commit is contained in:
Mahmoud Ben Hassine
2019-03-21 09:55:49 +01:00
parent 4d39806820
commit d620012ebd
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ allprojects {
springDataJpaVersion = '2.2.0.BUILD-SNAPSHOT'
springDataMongodbVersion = '2.2.0.BUILD-SNAPSHOT'
springDataNeo4jVersion = '5.2.0.BUILD-SNAPSHOT'
springIntegrationVersion = '5.1.3.BUILD-SNAPSHOT'
springIntegrationVersion = '5.2.0.BUILD-SNAPSHOT'
springLdapVersion = '2.3.2.RELEASE'
activemqVersion = '5.15.8'

View File

@@ -72,7 +72,7 @@ public class RemoteChunkingParserTests {
FactoryBean serviceActivatorFactoryBean = applicationContext.getBean(ServiceActivatorFactoryBean.class);
assertNotNull("ServiceActivatorFactoryBean must not be null", serviceActivatorFactoryBean);
assertNotNull("Output channel must not be null", TestUtils.getPropertyValue(serviceActivatorFactoryBean, "outputChannel"));
assertNotNull("Output channel name must not be null", TestUtils.getPropertyValue(serviceActivatorFactoryBean, "outputChannelName"));
MessageChannel inputChannel = applicationContext.getBean("requests", MessageChannel.class);
assertNotNull("Input channel must not be null", inputChannel);