Upgrade dependencies

This commit is contained in:
Artem Bilan
2021-02-17 14:23:45 -05:00
parent 8933decd7e
commit 1fc5aae8df
68 changed files with 308 additions and 308 deletions

View File

@@ -114,7 +114,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<version>4.13.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -195,21 +195,21 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.11.0</version>
<version>2.11.3</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.2.12.RELEASE</version>
<version>5.2.13.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.3.5.RELEASE</version>
<version>5.3.6.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>