1
0
mirror of synced 2026-08-06 02:08:01 +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
+4 -4
View File
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-xml-preauth</artifactId>
<version>4.2.6.RELEASE</version>
<version>4.2.7.RELEASE</version>
<packaging>war</packaging>
<name>spring-security-samples-xml-preauth</name>
<description>spring-security-samples-xml-preauth</description>
@@ -39,7 +39,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>
@@ -74,13 +74,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>runtime</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>runtime</scope>
</dependency>
<dependency>