Upgrade dependencies

This commit is contained in:
Artem Bilan
2021-01-13 14:38:12 -05:00
parent 1f5044756e
commit 8933decd7e
67 changed files with 141 additions and 139 deletions

View File

@@ -202,14 +202,14 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.2.9.RELEASE</version>
<version>5.2.12.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.3.3.RELEASE</version>
<version>5.3.5.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>