Upgrade to SI-6.0.3

This commit is contained in:
abilan
2023-02-21 15:04:55 -05:00
parent 3326699377
commit be9eef5b4f
68 changed files with 3376 additions and 390 deletions

View File

@@ -93,7 +93,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.8.0</version>
<version>4.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -127,28 +127,28 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.9.1</version>
<version>5.9.2</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.14.1</version>
<version>2.14.2</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>6.0.4</version>
<version>6.0.5</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>6.0.2</version>
<version>6.0.3</version>
<scope>import</scope>
<type>pom</type>
</dependency>