Upgrade to SI.5.0.5, Boot 2.0.2

This commit is contained in:
Artem Bilan
2018-05-09 14:57:34 -04:00
parent 51c705a94b
commit 72999587b1
66 changed files with 402 additions and 972 deletions

View File

@@ -190,16 +190,16 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.0.3.RELEASE</version>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.0.5.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.0.4.RELEASE</version>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.0.5.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>