1
0
mirror of synced 2026-05-22 21:33:16 +00:00

SEC-2547: Consistent CAS client version

This commit is contained in:
Hans-Joachim Kliemeck
2014-04-04 23:37:28 +02:00
committed by Rob Winch
parent 8e31b66f06
commit f6cc9d87d5
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ dependencies {
"org.springframework:spring-context:$springVersion",
"org.springframework:spring-beans:$springVersion",
"org.springframework:spring-web:$springVersion",
"org.jasig.cas.client:cas-client-core:3.2.1"
"org.jasig.cas.client:cas-client-core:3.3.1"
optional "net.sf.ehcache:ehcache:$ehcacheVersion"
+1 -1
View File
@@ -52,7 +52,7 @@
<dependency>
<groupId>org.jasig.cas.client</groupId>
<artifactId>cas-client-core</artifactId>
<version>3.2.1</version>
<version>3.3.1</version>
<scope>compile</scope>
</dependency>
<dependency>