|
@@ -3,7 +3,7 @@
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.springframework.security</groupId>
|
|
<groupId>org.springframework.security</groupId>
|
|
<artifactId>spring-security-config</artifactId>
|
|
<artifactId>spring-security-config</artifactId>
|
|
- <version>4.2.3.BUILD-SNAPSHOT</version>
|
|
|
|
|
|
+ <version>5.0.0.BUILD-SNAPSHOT</version>
|
|
<name>spring-security-config</name>
|
|
<name>spring-security-config</name>
|
|
<description>spring-security-config</description>
|
|
<description>spring-security-config</description>
|
|
<url>http://spring.io/spring-security</url>
|
|
<url>http://spring.io/spring-security</url>
|
|
@@ -22,7 +22,12 @@
|
|
<developer>
|
|
<developer>
|
|
<id>rwinch</id>
|
|
<id>rwinch</id>
|
|
<name>Rob Winch</name>
|
|
<name>Rob Winch</name>
|
|
- <email>rwinch@gopivotal.com</email>
|
|
|
|
|
|
+ <email>rwinch@pivotal.io</email>
|
|
|
|
+ </developer>
|
|
|
|
+ <developer>
|
|
|
|
+ <id>jgrandja</id>
|
|
|
|
+ <name>Joe Grandja</name>
|
|
|
|
+ <email>jgrandja@pivotal.io</email>
|
|
</developer>
|
|
</developer>
|
|
</developers>
|
|
</developers>
|
|
<scm>
|
|
<scm>
|
|
@@ -51,7 +56,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.security</groupId>
|
|
<groupId>org.springframework.security</groupId>
|
|
<artifactId>spring-security-core</artifactId>
|
|
<artifactId>spring-security-core</artifactId>
|
|
- <version>4.2.3.BUILD-SNAPSHOT</version>
|
|
|
|
|
|
+ <version>5.0.0.BUILD-SNAPSHOT</version>
|
|
<scope>compile</scope>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
@@ -97,28 +102,28 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.security</groupId>
|
|
<groupId>org.springframework.security</groupId>
|
|
<artifactId>spring-security-ldap</artifactId>
|
|
<artifactId>spring-security-ldap</artifactId>
|
|
- <version>4.2.3.BUILD-SNAPSHOT</version>
|
|
|
|
|
|
+ <version>5.0.0.BUILD-SNAPSHOT</version>
|
|
<scope>compile</scope>
|
|
<scope>compile</scope>
|
|
<optional>true</optional>
|
|
<optional>true</optional>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.security</groupId>
|
|
<groupId>org.springframework.security</groupId>
|
|
<artifactId>spring-security-messaging</artifactId>
|
|
<artifactId>spring-security-messaging</artifactId>
|
|
- <version>4.2.3.BUILD-SNAPSHOT</version>
|
|
|
|
|
|
+ <version>5.0.0.BUILD-SNAPSHOT</version>
|
|
<scope>compile</scope>
|
|
<scope>compile</scope>
|
|
<optional>true</optional>
|
|
<optional>true</optional>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.security</groupId>
|
|
<groupId>org.springframework.security</groupId>
|
|
<artifactId>spring-security-openid</artifactId>
|
|
<artifactId>spring-security-openid</artifactId>
|
|
- <version>4.2.3.BUILD-SNAPSHOT</version>
|
|
|
|
|
|
+ <version>5.0.0.BUILD-SNAPSHOT</version>
|
|
<scope>compile</scope>
|
|
<scope>compile</scope>
|
|
<optional>true</optional>
|
|
<optional>true</optional>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.security</groupId>
|
|
<groupId>org.springframework.security</groupId>
|
|
<artifactId>spring-security-web</artifactId>
|
|
<artifactId>spring-security-web</artifactId>
|
|
- <version>4.2.3.BUILD-SNAPSHOT</version>
|
|
|
|
|
|
+ <version>5.0.0.BUILD-SNAPSHOT</version>
|
|
<scope>compile</scope>
|
|
<scope>compile</scope>
|
|
<optional>true</optional>
|
|
<optional>true</optional>
|
|
</dependency>
|
|
</dependency>
|
|
@@ -161,7 +166,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>cglib</groupId>
|
|
<groupId>cglib</groupId>
|
|
<artifactId>cglib-nodep</artifactId>
|
|
<artifactId>cglib-nodep</artifactId>
|
|
- <version>3.1</version>
|
|
|
|
|
|
+ <version>3.2.5</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
@@ -227,7 +232,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.assertj</groupId>
|
|
<groupId>org.assertj</groupId>
|
|
<artifactId>assertj-core</artifactId>
|
|
<artifactId>assertj-core</artifactId>
|
|
- <version>2.2.0</version>
|
|
|
|
|
|
+ <version>3.6.2</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
@@ -275,7 +280,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.powermock</groupId>
|
|
<groupId>org.powermock</groupId>
|
|
<artifactId>powermock-api-mockito</artifactId>
|
|
<artifactId>powermock-api-mockito</artifactId>
|
|
- <version>1.6.2</version>
|
|
|
|
|
|
+ <version>1.6.5</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
<exclusions>
|
|
<exclusions>
|
|
<exclusion>
|
|
<exclusion>
|
|
@@ -287,31 +292,31 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.powermock</groupId>
|
|
<groupId>org.powermock</groupId>
|
|
<artifactId>powermock-api-support</artifactId>
|
|
<artifactId>powermock-api-support</artifactId>
|
|
- <version>1.6.2</version>
|
|
|
|
|
|
+ <version>1.6.5</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.powermock</groupId>
|
|
<groupId>org.powermock</groupId>
|
|
<artifactId>powermock-core</artifactId>
|
|
<artifactId>powermock-core</artifactId>
|
|
- <version>1.6.2</version>
|
|
|
|
|
|
+ <version>1.6.5</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.powermock</groupId>
|
|
<groupId>org.powermock</groupId>
|
|
<artifactId>powermock-module-junit4</artifactId>
|
|
<artifactId>powermock-module-junit4</artifactId>
|
|
- <version>1.6.2</version>
|
|
|
|
|
|
+ <version>1.6.5</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.powermock</groupId>
|
|
<groupId>org.powermock</groupId>
|
|
<artifactId>powermock-module-junit4-common</artifactId>
|
|
<artifactId>powermock-module-junit4-common</artifactId>
|
|
- <version>1.6.2</version>
|
|
|
|
|
|
+ <version>1.6.5</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.powermock</groupId>
|
|
<groupId>org.powermock</groupId>
|
|
<artifactId>powermock-reflect</artifactId>
|
|
<artifactId>powermock-reflect</artifactId>
|
|
- <version>1.6.2</version>
|
|
|
|
|
|
+ <version>1.6.5</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
@@ -365,13 +370,13 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.security</groupId>
|
|
<groupId>org.springframework.security</groupId>
|
|
<artifactId>spring-security-aspects</artifactId>
|
|
<artifactId>spring-security-aspects</artifactId>
|
|
- <version>4.2.3.BUILD-SNAPSHOT</version>
|
|
|
|
|
|
+ <version>5.0.0.BUILD-SNAPSHOT</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.security</groupId>
|
|
<groupId>org.springframework.security</groupId>
|
|
<artifactId>spring-security-cas</artifactId>
|
|
<artifactId>spring-security-cas</artifactId>
|
|
- <version>4.2.3.BUILD-SNAPSHOT</version>
|
|
|
|
|
|
+ <version>5.0.0.BUILD-SNAPSHOT</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
@@ -401,8 +406,8 @@
|
|
<plugin>
|
|
<plugin>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<configuration>
|
|
<configuration>
|
|
- <source>1.7</source>
|
|
|
|
- <target>1.7</target>
|
|
|
|
|
|
+ <source>1.8</source>
|
|
|
|
+ <target>1.8</target>
|
|
</configuration>
|
|
</configuration>
|
|
</plugin>
|
|
</plugin>
|
|
</plugins>
|
|
</plugins>
|