Upgrade dependencies

This commit is contained in:
Artem Bilan
2021-02-17 15:37:46 -05:00
parent 571a991ef6
commit 1c454f85d9
68 changed files with 315 additions and 315 deletions

View File

@@ -109,7 +109,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -179,21 +179,21 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.11.1</version>
<version>2.11.4</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.3.3</version>
<version>5.3.4</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.4.3</version>
<version>5.4.4</version>
<scope>import</scope>
<type>pom</type>
</dependency>