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

@@ -121,7 +121,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>3.0.7</version>
<version>3.0.8</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -173,7 +173,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>
@@ -222,14 +222,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>