Upgrade dependencies

* Fix compilation warnings
* Fix compatibility with upgraded deps
* Fix repo URLs
This commit is contained in:
Artem Bilan
2021-07-20 13:26:56 -04:00
parent 74452b11fe
commit 4f2d9c52c5
68 changed files with 244 additions and 243 deletions

View File

@@ -137,7 +137,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.7.7</version>
<version>3.11.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -186,14 +186,14 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.3.8</version>
<version>5.3.9</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.5.1</version>
<version>5.5.2</version>
<scope>import</scope>
<type>pom</type>
</dependency>