Upgrade dependencies

This commit is contained in:
Artem Bilan
2020-07-22 14:17:39 -04:00
parent 50737b4598
commit 8ba6370a85
65 changed files with 250 additions and 250 deletions

View File

@@ -190,21 +190,21 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.10.3</version>
<version>2.10.4</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.2.6.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.2.6.RELEASE</version>
<version>5.2.8.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>