Upgrade dependencies

This commit is contained in:
Artem Bilan
2021-05-18 14:02:40 -04:00
parent 73b879422e
commit 4108e96014
67 changed files with 146 additions and 146 deletions

View File

@@ -88,7 +88,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>
@@ -100,7 +100,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>
@@ -201,14 +201,14 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.3.5</version>
<version>5.3.7</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.4.5</version>
<version>5.4.7</version>
<scope>import</scope>
<type>pom</type>
</dependency>