|
@@ -5,7 +5,7 @@
|
|
|
<parent>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-itest</artifactId>
|
|
|
- <version>3.0.0.CI-SNAPSHOT</version>
|
|
|
+ <version>3.0.1.CI-SNAPSHOT</version>
|
|
|
</parent>
|
|
|
<artifactId>spring-security-itest-misc</artifactId>
|
|
|
<name>Spring Security - Miscellaneous Integration Tests</name>
|
|
@@ -15,7 +15,7 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-test</artifactId>
|
|
|
- <version>2.5.5</version>
|
|
|
+ <version>${spring.version}</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<!--
|