Skip to content

Commit cf2426b

Browse files
committed
SWS-715 - Upgrade Spring Security to 3.0.7
1 parent 3293446 commit cf2426b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

parent/pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@
529529
<dependency>
530530
<groupId>org.springframework.security</groupId>
531531
<artifactId>spring-security-core</artifactId>
532-
<version>3.0.4.RELEASE</version>
532+
<version>3.0.7.RELEASE</version>
533533
<exclusions>
534534
<exclusion>
535535
<groupId>org.springframework</groupId>
@@ -540,7 +540,7 @@
540540
<dependency>
541541
<groupId>org.springframework.security</groupId>
542542
<artifactId>spring-security-core</artifactId>
543-
<version>3.0.4.RELEASE</version>
543+
<version>3.0.7.RELEASE</version>
544544
<classifier>tests</classifier>
545545
<exclusions>
546546
<exclusion>
@@ -549,11 +549,6 @@
549549
</exclusion>
550550
</exclusions>
551551
</dependency>
552-
<dependency>
553-
<groupId>org.springframework.security</groupId>
554-
<artifactId>spring-security-config</artifactId>
555-
<version>3.0.4.RELEASE</version>
556-
</dependency>
557552
<!-- X.509 dependencies -->
558553
<dependency>
559554
<groupId>net.sf.ehcache</groupId>

0 commit comments

Comments
 (0)