Upgrade SI & SK dependencies

This commit is contained in:
Artem Bilan
2020-07-22 14:09:44 -04:00
parent f6157e26dd
commit 602cad82aa
71 changed files with 140 additions and 137 deletions

View File

@@ -202,14 +202,14 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.2.7.RELEASE</version>
<version>5.2.8.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.3.1.RELEASE</version>
<version>5.3.2.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>