Start version 5.1 with appropriate fixes

This commit is contained in:
Artem Bilan
2018-07-30 15:27:07 -04:00
parent d4f96b9ca5
commit c0f406dc5e
75 changed files with 340 additions and 317 deletions

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.integration.samples</groupId>
<artifactId>rest-http</artifactId>
<version>5.0.0.BUILD-SNAPSHOT</version>
<version>5.1.0.BUILD-SNAPSHOT</version>
<name>Spring Integration Rest HTTP Path Usage Demo</name>
<description>Spring Integration Rest HTTP Path Usage Demo</description>
<url>http://projects.spring.io/spring-integration</url>
@@ -144,7 +144,7 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>5.0.6.RELEASE</version>
<version>5.1.0.M2</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -156,7 +156,7 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>5.0.6.RELEASE</version>
<version>5.1.0.M2</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -220,7 +220,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.10.0</version>
<version>2.18.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -262,14 +262,14 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.0.8.RELEASE</version>
<version>5.1.0.RC1</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.0.7.RELEASE</version>
<version>5.1.0.M1</version>
<scope>import</scope>
<type>pom</type>
</dependency>