Upgrade to Spring Integration 6.0.2

* Upgrade other dependencies
This commit is contained in:
abilan
2023-01-18 16:02:55 -05:00
parent 4eef6ee08b
commit 5a5043041b
66 changed files with 844 additions and 845 deletions

View File

@@ -134,21 +134,21 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.13.4</version>
<version>2.14.1</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>6.0.3</version>
<version>6.0.4</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>6.0.1</version>
<version>6.0.2</version>
<scope>import</scope>
<type>pom</type>
</dependency>