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

@@ -75,7 +75,7 @@
<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>
@@ -93,7 +93,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>
@@ -127,7 +127,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>
@@ -141,14 +141,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>