Upgrade to Spring Integration 6.0.0-RC1

* Also upgrade other deps to more actual
* Fix failing tests due to changed API
This commit is contained in:
Artem Bilan
2022-10-18 16:07:32 -04:00
parent 021186e79c
commit 62319c8e5b
69 changed files with 1046 additions and 1043 deletions

View File

@@ -60,13 +60,13 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.2</version>
<version>2.19.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -84,7 +84,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.2.0</version>
<version>4.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -118,7 +118,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.8.2</version>
<version>5.9.1</version>
<scope>import</scope>
<type>pom</type>
</dependency>
@@ -132,14 +132,14 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-RC1</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>6.0.0-M5</version>
<version>6.0.0-RC1</version>
<scope>import</scope>
<type>pom</type>
</dependency>