Upgrade to latest dependencies

This commit is contained in:
Artem Bilan
2022-05-17 16:34:35 -04:00
parent ba18aa89e3
commit fbe81a50a5
67 changed files with 167 additions and 167 deletions

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.7</version>
</parent>
<groupId>org.springframework.integration.samples</groupId>
<artifactId>web-sockets</artifactId>
@@ -169,7 +169,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.7</version>
<scope>import</scope>
<type>pom</type>
</dependency>
@@ -183,14 +183,14 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.3.16</version>
<version>5.3.20</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.5.11</version>
<version>5.5.12</version>
<scope>import</scope>
<type>pom</type>
</dependency>