Upgrade dependencies

This commit is contained in:
Artem Bilan
2020-04-29 11:43:14 -04:00
parent 62ad74cadb
commit d220f8661b
66 changed files with 288 additions and 288 deletions

View File

@@ -99,7 +99,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.12.1</version>
<version>2.13.2</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -192,21 +192,21 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.10.1</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.6.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.2.5.RELEASE</version>
<version>5.2.6.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>