Upgrade dependencies

This commit is contained in:
Artem Bilan
2020-07-22 14:38:30 -04:00
parent c7e282b570
commit 96dd9562c7
66 changed files with 180 additions and 180 deletions

View File

@@ -75,7 +75,7 @@
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-jpa</artifactId>
<version>4.3.22.RELEASE</version>
<version>4.3.23.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -123,7 +123,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-instrument</artifactId>
<version>4.3.23.RELEASE</version>
<version>4.3.28.RELEASE</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
@@ -205,7 +205,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>4.3.23.RELEASE</version>
<version>4.3.28.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>