1
0
mirror of synced 2026-08-04 17:27:13 +00:00

Update to Spring 4.3.5.RELEASE

Fixes gh-4168
This commit is contained in:
Rob Winch
2016-12-21 08:54:09 -06:00
parent ed2ae21074
commit 5574fd2029
51 changed files with 538 additions and 244 deletions
+8 -2
View File
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>4.1.3.RELEASE</version>
<version>4.1.4.BUILD-SNAPSHOT</version>
<name>spring-security-core</name>
<description>spring-security-core</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.2.RELEASE</version>
<version>4.3.5.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -275,6 +275,12 @@
</exclusions>
</dependency>
</dependencies>
<repositories>
<repository>
<id>spring-snapshot</id>
<url>https://repo.spring.io/snapshot</url>
</repository>
</repositories>
<build>
<plugins>
<plugin>
@@ -40,7 +40,7 @@ public class SpringSecurityCoreVersion {
*/
public static final long SERIAL_VERSION_UID = 410L;
static final String MIN_SPRING_VERSION = "4.3.2.RELEASE";
static final String MIN_SPRING_VERSION = "4.3.5.RELEASE";
static {
performVersionChecks();