Upgrade dependencies

This commit is contained in:
Artem Bilan
2020-05-14 15:15:47 -04:00
parent 23cd0b8f84
commit 18f3fcf912
66 changed files with 197 additions and 197 deletions

View File

@@ -69,7 +69,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>
@@ -158,14 +158,14 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.2.5.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.3.0.BUILD-SNAPSHOT</version>
<version>5.3.0.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>