Upgrade to latest Spring dependencies

This commit is contained in:
Artem Bilan
2018-07-30 13:32:02 -04:00
parent 41664f0501
commit d4f96b9ca5
63 changed files with 128 additions and 128 deletions

View File

@@ -192,14 +192,14 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.0.7.RELEASE</version>
<version>5.0.8.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.0.6.RELEASE</version>
<version>5.0.7.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>