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

@@ -95,13 +95,13 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>6.0.1</version>
<version>6.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>6.0.1</version>
<version>6.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -113,7 +113,7 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.3</version>
<version>4.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -163,7 +163,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>
@@ -197,28 +197,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>