|
@@ -4,7 +4,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>3.2.7.CI-SNAPSHOT</version>
|
|
|
|
|
|
+ <version>3.2.9.RELEASE</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>
|
|
@@ -42,12 +42,6 @@
|
|
</plugin>
|
|
</plugin>
|
|
</plugins>
|
|
</plugins>
|
|
</build>
|
|
</build>
|
|
- <repositories>
|
|
|
|
- <repository>
|
|
|
|
- <id>spring-snasphot</id>
|
|
|
|
- <url>https://repo.spring.io/snapshot</url>
|
|
|
|
- </repository>
|
|
|
|
- </repositories>
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>aopalliance</groupId>
|
|
<groupId>aopalliance</groupId>
|
|
@@ -58,7 +52,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.security</groupId>
|
|
<groupId>org.springframework.security</groupId>
|
|
<artifactId>spring-security-core</artifactId>
|
|
<artifactId>spring-security-core</artifactId>
|
|
- <version>3.2.7.CI-SNAPSHOT</version>
|
|
|
|
|
|
+ <version>3.2.9.RELEASE</version>
|
|
<scope>compile</scope>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
@@ -108,28 +102,28 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.security</groupId>
|
|
<groupId>org.springframework.security</groupId>
|
|
<artifactId>spring-security-aspects</artifactId>
|
|
<artifactId>spring-security-aspects</artifactId>
|
|
- <version>3.2.7.CI-SNAPSHOT</version>
|
|
|
|
|
|
+ <version>3.2.9.RELEASE</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-ldap</artifactId>
|
|
<artifactId>spring-security-ldap</artifactId>
|
|
- <version>3.2.7.CI-SNAPSHOT</version>
|
|
|
|
|
|
+ <version>3.2.9.RELEASE</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>3.2.7.CI-SNAPSHOT</version>
|
|
|
|
|
|
+ <version>3.2.9.RELEASE</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>3.2.7.CI-SNAPSHOT</version>
|
|
|
|
|
|
+ <version>3.2.9.RELEASE</version>
|
|
<scope>compile</scope>
|
|
<scope>compile</scope>
|
|
<optional>true</optional>
|
|
<optional>true</optional>
|
|
</dependency>
|
|
</dependency>
|
|
@@ -278,7 +272,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.mockito</groupId>
|
|
<groupId>org.mockito</groupId>
|
|
<artifactId>mockito-core</artifactId>
|
|
<artifactId>mockito-core</artifactId>
|
|
- <version>1.9.5</version>
|
|
|
|
|
|
+ <version>1.10.19</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
@@ -296,7 +290,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.powermock</groupId>
|
|
<groupId>org.powermock</groupId>
|
|
<artifactId>powermock-api-mockito</artifactId>
|
|
<artifactId>powermock-api-mockito</artifactId>
|
|
- <version>1.6.1</version>
|
|
|
|
|
|
+ <version>1.6.2</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
<exclusions>
|
|
<exclusions>
|
|
<exclusion>
|
|
<exclusion>
|
|
@@ -308,31 +302,31 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.powermock</groupId>
|
|
<groupId>org.powermock</groupId>
|
|
<artifactId>powermock-api-support</artifactId>
|
|
<artifactId>powermock-api-support</artifactId>
|
|
- <version>1.6.1</version>
|
|
|
|
|
|
+ <version>1.6.2</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.1</version>
|
|
|
|
|
|
+ <version>1.6.2</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.1</version>
|
|
|
|
|
|
+ <version>1.6.2</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.1</version>
|
|
|
|
|
|
+ <version>1.6.2</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.1</version>
|
|
|
|
|
|
+ <version>1.6.2</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
@@ -386,7 +380,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.security</groupId>
|
|
<groupId>org.springframework.security</groupId>
|
|
<artifactId>spring-security-cas</artifactId>
|
|
<artifactId>spring-security-cas</artifactId>
|
|
- <version>3.2.7.CI-SNAPSHOT</version>
|
|
|
|
|
|
+ <version>3.2.9.RELEASE</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|