Upgrade dependencies

This commit is contained in:
Artem Bilan
2020-04-17 15:25:51 -04:00
parent c68d40458e
commit 2fcf28a9d4
66 changed files with 208 additions and 208 deletions

View File

@@ -195,21 +195,21 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.10.2.20200130</version>
<version>2.10.3</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.2.4.RELEASE</version>
<version>5.2.5.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.3.0.M4</version>
<version>5.3.0.BUILD-SNAPSHOT</version>
<scope>import</scope>
<type>pom</type>
</dependency>