Upgrade dependencies to latest versions

This commit is contained in:
Artem Bilan
2020-10-28 16:23:29 -04:00
parent 8ba6370a85
commit 8509215ae7
65 changed files with 132 additions and 132 deletions

View File

@@ -199,14 +199,14 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.2.8.RELEASE</version>
<version>5.2.10.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.2.8.RELEASE</version>
<version>5.2.9.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>