Upgrade dependencies

This commit is contained in:
Artem Bilan
2020-04-29 10:31:11 -04:00
parent 29a9e2c363
commit 295f596149
65 changed files with 173 additions and 173 deletions

View File

@@ -90,7 +90,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<version>1.7.30</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -102,7 +102,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.25</version>
<version>1.7.30</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
@@ -207,14 +207,14 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.1.11.RELEASE</version>
<version>5.1.15.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.1.9.RELEASE</version>
<version>5.1.10.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>