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

@@ -99,7 +99,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.2</version>
<version>2.13.3</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -192,21 +192,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>