1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Release version 4.2.7.RELEASES

This commit is contained in:
Spring Buildmaster
2018-06-13 02:35:06 +00:00
parent 9d76c98791
commit e0d95c7c8a
49 changed files with 234 additions and 234 deletions
+5 -5
View File
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-boot-helloworld</artifactId>
<version>4.2.6.RELEASE</version>
<version>4.2.7.RELEASE</version>
<name>spring-security-samples-boot-helloworld</name>
<description>spring-security-samples-boot-helloworld</description>
<url>http://spring.io/spring-security</url>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>4.3.17.RELEASE</version>
<version>4.3.18.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -55,13 +55,13 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>4.2.6.RELEASE</version>
<version>4.2.7.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>4.2.6.RELEASE</version>
<version>4.2.7.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -115,7 +115,7 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
<version>4.2.6.RELEASE</version>
<version>4.2.7.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
+2 -2
View File
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-boot-insecure</artifactId>
<version>4.2.6.RELEASE</version>
<version>4.2.7.RELEASE</version>
<name>spring-security-samples-boot-insecure</name>
<description>spring-security-samples-boot-insecure</description>
<url>http://spring.io/spring-security</url>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>4.3.17.RELEASE</version>
<version>4.3.18.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>